In This Topic
            
            Initializes a new instance of a 
CharRange.
Syntax
            
            
            
            
            'Declaration
 
Public Function New( _
   ByVal  As System.String, _
   ByVal  As System.Integer, _
   ByVal  As System.Boolean _
)
             
        
            
            public CharRange( 
   System.string ,
   System.int ,
   System.bool 
)
             
        
             
        
            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