ComponentOne SpellChecker for WinForms
C1.Win.C1SpellChecker.4.5.2 Assembly / C1.Win.C1SpellChecker 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 System.String, _
       ByVal start As System.Integer, _
       ByVal duplicate As System.Boolean _
    )
    public CharRange( 
       System.string text,
       System.int start,
       System.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