[]
Represents a specific range of text, defined by a starting position and the number of characters it encompasses.
public class Range
| Name | Description |
|---|---|
| Range() |
| Name | Description |
|---|---|
| Length | Gets or sets the number of characters within the range. |
| Start | Gets or sets the starting position of the range in the text. |