GridControl::GetCheck

 

Description

Gets the state of the cell's check box.

Syntax

bool GetCheck( int nRow, int nCol )

Parameters

nRow
[input] 0-offset row index
nCol
[input] 0-offset column index

Return

false if row/column index is invalid, or given cell's check box is unchecked, otherwise true

Examples

See examples of SetCheck

Remark

See Also

GridControl::SetCheck

Header to Included

GridControl.h