C1.Web.Wijmo.Controls.45 Assembly / C1.Web.Wijmo.Controls.C1Editor.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 _
) 
 

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