Scheduler for WinForms | ComponentOne
C1.Win.C1Schedule.Extended.4.5.2 Assembly / C1.Win.C1Schedule Namespace / C1AgendaView Class / Select Method / Select(CellRange,Boolean) Method

In This Topic
    Select(CellRange,Boolean) Method
    In This Topic
    Syntax
    'Declaration
     
    Public Overloads Sub Select( _
       ByVal rg As C1.Win.C1FlexGrid.CellRange, _
       ByVal show As System.Boolean _
    ) 
    public void Select( 
       C1.Win.C1FlexGrid.CellRange rg,
       System.bool show
    )

    Parameters

    rg
    show
    See Also