ComponentOne SpellChecker for WPF and Silverlight
CharRange Constructor

C1.Silverlight.SpellChecker 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 String, _
   ByVal start As Integer, _
   ByVal duplicate As Boolean _
)
public CharRange( 
   string text,
   int start,
   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