TextRange Constructor |
| Name | Description | |
|---|---|---|
| TextRange(Int32) |
Initializes a new instance of the TextRange class.
The region covers one single row/line.
| |
| TextRange(Int32, Int32) |
Initializes a new instance of the TextRange class.
The region is defined by the specified rows.
| |
| TextRange(Location, Location) |
Initializes a new instance of the TextRange class.
| |
| TextRange(Int32, Int32, Int32, Int32) |
Initializes a new instance of the TextRange class.
|