GridControl::SetCellColor

 

Description

Sets color to a cell.

Syntax

void SetCellColor( int nRow, int nCol, uint nForeColor, uint nBackColor = -1 )

Parameters

nRow
[input] 0-offset row index
nCol
[input] 0-offset column index
nForeColor
[input] foreground color
nBackColor
[input] background color

Return

Examples

See examples of GetCellColor

Remark

See Also

GridControl::GetCellColor
GridControl::SetRowColor

Header to Included

GridControl.h