FlexGrid for WinForms | ComponentOne
C1.Win.C1FlexGrid.Classic Namespace / C1FlexGridClassic Class / SetCellCheck Method
Row index.
Column index.
C1.Win.C1FlexGrid.CheckEnum value to assign to the cell.

In This Topic
    SetCellCheck Method (C1FlexGridClassic)
    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 _
    ) 
    public virtual void SetCellCheck( 
       int row,
       int col,
       CheckEnum check
    )

    Parameters

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