bOk = MTblDefineRowLines( hWndTbl, nStyle, nColor )

Deprecated, please use MTblDefineItemLine instead.

Defines the style and color of a table's row lines.

Parameters
hWndTbl
Window Handle: Handle of the table.

nStyle
Number: One of the line styles.

nColor
Number: The color. Specify MTBL_COLOR_UNDEF to use the default color.

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

Example
In this example we define solid, gray row lines:

Call MTblDefineRowLines( hWndTbl, MTLS_SOLID, COLOR_Gray ) 

See also
Custom lines
Custom fonts and colors

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