RichTextBox for WPF | ComponentOne
C1.WPF.SpellChecker Namespace / CharRange Class / CharRange Constructor
Text contained in the range.
Starting index of the range within the text.
Whether the range is misspelled or just a duplicate.

In This Topic
    CharRange Constructor
    In This Topic
    Initializes a new instance of a CharRange.
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal text As String, _
       ByVal start As Integer, _
       ByVal duplicate As Boolean _
    )
    public CharRange( 
       string text,
       int start,
       bool duplicate
    )

    Parameters

    text
    Text contained in the range.
    start
    Starting index of the range within the text.
    duplicate
    Whether the range is misspelled or just a duplicate.
    See Also