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

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

    Parameters

    row
    col
    check
    See Also