CGXGridCore::GetTableStyle
BOOL GetTableStyle(CGXStyle& style, GXModifyType mt = gxCopy);
style
A reference to a style-object to store the result.
mt
Modify-Type: gxOverride, gxApplyNew, gxCopy or gxExclude (see CGXStyle class).
Return Value
TRUE when a style could be retrieved.
Remarks
Retrieves the base-style for the specified row.
The method simply passes its parameters to GetStyleRowCol. nCol and nRow are assigned 0 and nType is -1.