C1.Win.FlexGrid Namespace / C1FlexGrid Class / SetCellCheck Method
Row index.
Column index.
CheckEnum value to assign to the cell.

In This Topic
SetCellCheck Method (C1FlexGrid)
In This Topic
Sets the state of the checkbox in a grid cell.
Syntax
'Declaration
 
Public Overridable Sub SetCellCheck( _
   ByVal row As Integer, _
   ByVal col As Integer, _
   ByVal check As CheckEnum _
) 
 

Parameters

row
Row index.
col
Column index.
check
CheckEnum value to assign to the cell.
Remarks
For details and examples, see the C1FlexGridBase.GetCellCheck method.
See Also