TextRange
Overloads (3):
| Name | Return Type | Description |
|---|---|---|
| TextRange() | None | Constructs a TextRange with default values for start and length. |
| TextRange(TextRange) | None | Constructs a copy of the input TextRange object. |
| TextRange(Int32, Int32) | None | Constructs a TextRange with input start and length. |