TextRange Properties
| Name | Return Type | Description |
|---|---|---|
| End | int | The index of the first character after the end of the range |
| IsValidObject | Boolean | Specifies whether the .NET object represents a valid Revit entity. |
| Length | int | The length of the range. |
| Start | int | The start index of a range within the FormattedText . |