C1TextRange Structure Members
In This Topic
The following tables list the members exposed by C1TextRange.
Public Constructors
Public Fields
| Name | Description |
| Full | Represents the full (all-inclusive) range. |
Top
Public Properties
| 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. |
Top
Public Methods
| Name | Description |
| Contains | Tests whether a specified position is contained within the current range. |
Top
See Also