TextRange#
Defines a range of text in a text document More...
import Script
Properties#
| Name | |
|---|---|
| int | end |
| int | length |
| int | start |
Property Documentation#
int end#
This read-only property defines the end position of the range.
int length#
This read-only property returns the length of the range (end - start)
int start#
This read-only property defines the start position of the range.