CGXData::GetStyleRowCol

virtual BOOL GetStyleRowCol(ROWCOL nRow, ROWCOL nCol, CGXStyle& style, GXModifyType mt, int nType = 0);

nRow

Specifies the row id.

nCol

Specifies the column id.

style

A reference to a style-object to be stored.

mt

Modify-Type: gxOverride, gxApplyNew, gxCopy or gxRemove (see CGXStyle class).

nType

  • Specifies the type of information to be retrieved:

  • 0 specifies to read the style from the cells-array with cell contents.

  • -1 specifies to read the style from the cells-array with the base styles for rows, columns or the table.

A value greater than 0 is not supported.

Return Value

TRUE if the style could be looked up. FALSE if the cell is empty.

Remarks

Looks up a style in the cells-array.

See Also

 CGXGridCore::GetStyleRowCol

CGXData

 Class Overview |  Class Members