nSubstColor = MTblGetExportSubstColor( hWndTbl, nColor )

Gets a table's substitute color for exports.

Parameters
hWndTbl
Window Handle: Handle of the table

nColor
Number: The table color

Return
Number: The substitute color or MTBL_COLOR_UNDEF if the table color isn't substituted or an error occurs

Example
In this example we determine the substitute color for COLOR_Blue:

Set nSubstColor = MTblGetExportSubstColor( hWndTbl, COLOR_Blue )

See also
Exports

Created with the Personal Edition of HelpNDoc: Qt Help documentation made easy