Spread WPF 17
GrapeCity.Windows.SpreadSheet.UI Namespace / EditingElement Class / Select Method


In This Topic
    Select Method
    In This Topic
    Syntax
    'Declaration
     
    Public Sub Select( _
       ByVal start As Integer, _
       ByVal length As Integer _
    ) 
    'Usage
     
    Dim instance As EditingElement
    Dim start As Integer
    Dim length As Integer
     
    instance.Select(start, length)
    public void Select( 
       int start,
       int length
    )

    Parameters

    start
    length
    See Also