ComponentOne SpellChecker for WinForms
Add(String,Int32,Boolean) Method

C1.Win.C1SpellChecker.4 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.
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

Reference

CharRangeList Class
CharRangeList Members
Overload List