ComponentOne SpellChecker for WinForms
C1.Win.C1SpellChecker.4.5.2 Assembly / C1.Win.C1SpellChecker Namespace / CharRangeList Class / Add Method / Add(String,Int32,Boolean) Method
Word to add to the list.
Starting index of the character range within the text.
Whether the range is a duplicate of the previous range in the text.

In This Topic
    Add(String,Int32,Boolean) Method
    In This Topic
    Adds a new CharRange to the list.
    Syntax
    'Declaration
     
    Public Overloads Sub Add( _
       ByVal word As System.String, _
       ByVal start As System.Integer, _
       ByVal duplicate As System.Boolean _
    ) 
    public void Add( 
       System.string word,
       System.int start,
       System.bool duplicate
    )

    Parameters

    word
    Word to add to the list.
    start
    Starting index of the character range within the text.
    duplicate
    Whether the range is a duplicate of the previous range in the text.
    See Also