Editor for WinForms | ComponentOne
C1.Win.C1Editor.4.5.2 Assembly / C1.Win.C1Editor Namespace / C1Editor Class / Select Method / Select(Int32,Int32) Method
The start position.
The length of the range.

In This Topic
    Select(Int32,Int32) Method
    In This Topic
    Creates a range that begins with the specified starting character and continues through the specified length of characters, and moves selection to the range.
    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
    The start position.
    length
    The length of the range.
    See Also