CGXGridCore::GetRowStyle
BOOL GetRowStyle(ROWCOL nRow, CGXStyle& style, GXModifyType mt = gxCopy);
nRow
Specifies the row id.
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 is assigned 0 and nType is -1.