MTblGetRowFont
bOk = MTblGetRowFont( hWndTbl, nRow, srName, nrSize, nrEnh )
Gets a row's font.
Parameters
hWndTbl
Window Handle: Handle of the table
nRow
Number: Row number
srName
Receive String: Font name
nrSize
Receive Number: Font size
nrEnh
Receive Number: Font enhancements
Return
Boolean: TRUE if successful or FALSE if an error occurs
Example
Call MTblGetRowFont( hWndTbl, nRow, sName, nSize, nEnh )
See also
Custom fonts and colors
Created with the Personal Edition of HelpNDoc: Benefits of a Help Authoring Tool