SetCellCheck Method (C1FlexPivotGrid)
In This Topic
Sets the state of the checkbox in a grid cell.
Syntax
'Declaration
Public Overridable Sub SetCellCheck( _
ByVal As Integer, _
ByVal As Integer, _
ByVal As CheckEnum _
)
public virtual void SetCellCheck(
int ,
int ,
CheckEnum
)
Parameters
- row
- Row index.
- col
- Column index.
- check
- C1.Win.C1FlexGrid.CheckEnum value to assign to the cell.
See Also