Scheduler for WinForms | ComponentOne
C1.Win.C1Schedule.4.8 Assembly / (Global) Namespace / cp Class / Select Method / Select(Int32,Int32) Method

In This Topic
    Select(Int32,Int32) Method
    In This Topic
    Syntax
    'Declaration
     
    Public Overloads Sub Select( _
       ByVal start As System.Integer, _
       ByVal length As System.Integer _
    ) 
    public void Select( 
       System.int start,
       System.int length
    )

    Parameters

    start
    length
    See Also