Specifies a range within a text field.
TextRange does not derive from any class, and no classes derive from it.
public class TextRange
Public Class TextRange
| Name | Description |
|---|---|
| StartLine | Gets the start line of the range. |
| StartColumn | Gets the start column of the range. |
| EndLine | Gets the end line of the range. |
| EndColumn | Gets the end column of the range. |