ComponentOne Olap for WinForms
C1.Win.Olap.4 Assembly / C1.Win.Olap Namespace / C1OlapGrid Class / GetCellCheck Method

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

    Parameters

    row
    col
    See Also