RichTextBox for WPF | ComponentOne
C1.WPF.SpellChecker Namespace / CharRange Class / Start Property

In This Topic
    Start Property (CharRange)
    In This Topic
    Gets the starting index of the string represented by this CharRange within the text.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property Start As Integer
    public int Start {get;}
    See Also