ComponentOne SpellChecker for WinForms
CharRange Constructor

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

Reference

CharRange Class
CharRange Members