Scheduler for WinForms | ComponentOne
C1.Win.C1Schedule.Extended.4.5.2 Assembly / C1.Win.C1Schedule Namespace / C1TableView Class / SetCellCheck Method

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

    Parameters

    row
    col
    check
    See Also