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

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