<< Return to Main Index

< Return to Class Index

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

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