CharRange Class Properties
In This Topic
For a list of all members of this type, see CharRange members.
Public Properties
| Name | Description |
| Duplicate | Gets whether this CharRange contains the same string as the previous one. |
| End | Gets the end index of the string represented by this CharRange. |
| Length | Gets the length of the string represented by this CharRange. |
| Start | Gets the starting index of the string represented by this CharRange within the text. |
| Text | Gets the string represented by this CharRange. |
Top
See Also