ComponentOne FlexGrid for WinForms
SetCellCheck Method

C1.Win.C1FlexGrid Namespace > C1FlexGridBase Class : SetCellCheck Method
Row index.
Column index.
CheckEnum value to assign to the cell.
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 _
) 
public virtual void SetCellCheck( 
   int row,
   int col,
   CheckEnum check
)

Parameters

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

Reference

C1FlexGridBase Class
C1FlexGridBase Members