RichTextBox for WPF | ComponentOne
C1.WPF.SpellChecker Namespace / ISpellCheckableEditor Interface / Select Method
Index of the character where the selection starts.
Length of the selection.

In This Topic
    Select Method (ISpellCheckableEditor)
    In This Topic
    Selects a range of text in the editor.
    Syntax
    'Declaration
     
    
    Sub Select( _
       ByVal start As Integer, _
       ByVal length As Integer _
    ) 
    void Select( 
       int start,
       int length
    )

    Parameters

    start
    Index of the character where the selection starts.
    length
    Length of the selection.
    See Also