The CharRange type exposes the following members.

Properties

  NameDescription
Public propertyDuplicate
Gets whether this CharRange contains the same string as the previous one.
Public propertyEnd
Gets the end index of the string represented by this CharRange.
Public propertyLength
Gets the length of the string represented by this CharRange.
Public propertyStart
Gets the starting index of the string represented by this CharRange within the text.
Public propertyText
Gets the string represented by this CharRange.

See Also