ComponentOne FlexPivot for WinForms
C1.Win.FlexPivot.6 Assembly / C1.Win.FlexPivot Namespace / C1FlexPivotGrid Class / GetCellCheck Method

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

    Parameters

    row
    col
    See Also