bOk = MTblDefineEffCellPropDet( hWndTbl, nOrder, nFlags )

Defines how particular effective cell properties ( background color, edit justify, font, text color, text justify, vertical text alignment ) are determined.

Parameters
hWndTbl
Window Handle: Handle of the table.

nOrder
Number: Order of determination. One of the effective cell property determination order constants.

nFlags
Number: Optional flags. One or more of the effective cell property determination flags.

Return
Boolean: TRUE if successful or FALSE if an error occurs

Example
In this example is defined that the order Cell->Row->Column is to be used and that the font enhancements are to be combined:

Call MTblDefineEffCellPropDet( hWndForm, MTECPD_ORDER_CELL_ROW_COL, MTECPD_FLAG_COMB_FONT_ENH ) 

See also
MTblQueryEffCellPropDet

Custom fonts and colors
Extended edit alignment
Extended text alignment

Created with the Personal Edition of HelpNDoc: Full-featured EPub generator