ComponentOne FlexPivot for WinForms
C1.Win.FlexPivot.8 Assembly / C1.Win.FlexPivot Namespace / C1FlexPivotGrid Class / SetCellCheck Method

In This Topic
    SetCellCheck Method (C1FlexPivotGrid)
    In This Topic
    Syntax
    'Declaration
     
    Public Overridable Sub SetCellCheck( _
       ByVal row As Integer, _
       ByVal col As Integer, _
       ByVal check As C1.Win.FlexGrid.CheckEnum _
    ) 
    public virtual void SetCellCheck( 
       int row,
       int col,
       C1.Win.FlexGrid.CheckEnum check
    )

    Parameters

    row
    col
    check
    See Also