Interface: IRangeWithCoord
Defined in: packages/api/tmp/univer-pro/submodules/univer/packages/core/src/sheets/typedef.ts:626
Properties of selection data
Extends
Properties
Property | Type | Description | Inherited from | Defined in |
---|---|---|---|---|
endAbsoluteRefType? | AbsoluteRefType | - | IRange .endAbsoluteRefType | packages/api/tmp/univer-pro/submodules/univer/packages/core/src/sheets/typedef.ts:473 |
endColumn | number | The end column (exclusive) of the range endColumn | IRange .endColumn | packages/api/tmp/univer-pro/submodules/univer/packages/core/src/sheets/typedef.ts:450 |
endRow | number | The end row (exclusive) of the range endRow | IRange .endRow | packages/api/tmp/univer-pro/submodules/univer/packages/core/src/sheets/typedef.ts:436 |
endX | number | - | IPosition .endX | packages/api/tmp/univer-pro/submodules/univer/packages/core/src/sheets/typedef.ts:615 |
endY | number | - | IPosition .endY | packages/api/tmp/univer-pro/submodules/univer/packages/core/src/sheets/typedef.ts:616 |
rangeType? | RANGE_TYPE | - | IRange .rangeType | packages/api/tmp/univer-pro/submodules/univer/packages/core/src/sheets/typedef.ts:469 |
sheetId? | string | 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. | IRange .sheetId | packages/api/tmp/univer-pro/submodules/univer/packages/core/src/sheets/typedef.ts:422 |
startAbsoluteRefType? | AbsoluteRefType | - | IRange .startAbsoluteRefType | packages/api/tmp/univer-pro/submodules/univer/packages/core/src/sheets/typedef.ts:471 |
startColumn | number | The start column (inclusive) of the range startColumn | IRange .startColumn | packages/api/tmp/univer-pro/submodules/univer/packages/core/src/sheets/typedef.ts:444 |
startRow | number | The start row (inclusive) of the range startRow | IRange .startRow | packages/api/tmp/univer-pro/submodules/univer/packages/core/src/sheets/typedef.ts:430 |
startX | number | - | IPosition .startX | packages/api/tmp/univer-pro/submodules/univer/packages/core/src/sheets/typedef.ts:613 |
startY | number | - | IPosition .startY | packages/api/tmp/univer-pro/submodules/univer/packages/core/src/sheets/typedef.ts:614 |
unitId? | string | 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. | IRange .unitId | packages/api/tmp/univer-pro/submodules/univer/packages/core/src/sheets/typedef.ts:416 |