[]
Represents a continuous range of text.
public struct C1TextRange
| Name | Description |
|---|---|
| C1TextRange(int, int) | Initializes a new instance of the C1TextRange struct. |
| Name | Description |
|---|---|
| Full | Represents the full (all-inclusive) range. |
| Name | Description |
|---|---|
| EndPosition | Gets or sets the end position (inclusive) of the text range. |
| Length | Gets or sets the length of the text range. |
| StartPosition | Gets or sets the 0-based start position in the text range. |
| Name | Description |
|---|---|
| Contains(int) | Tests whether a specified position is contained within the current range. |