Interface: IRange
Range data structure
One of the range types,
e.g., { startRow:0 , startColumn:0, endRow:1, endColumn:1, }
means “A1:B2”
Extends
Properties
Property | Type | Description | Inherited from |
---|---|---|---|
‐ |
‐ | ||
|
The end column (exclusive) of the range endColumn | ||
|
The end row (exclusive) of the range endRow | ||
‐ |
‐ | ||
|
Id of the Worksheet the range belongs to. When this field is not defined, it should be considered as the range in the currently activated worksheet. | ||
‐ |
‐ | ||
|
The start column (inclusive) of the range startColumn | ||
|
The start row (inclusive) of the range startRow | ||
|
Id of the Workbook the range belongs to. When this field is not defined, it should be considered as the range in the currently activated worksheet. |