@univerjs/core v0.5.0-beta.1 • Docs
Interface: IRangeWithCoord
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:442 |
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:419 |
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:405 |
endX | number | - | IPosition .endX | packages/api/tmp/univer-pro/submodules/univer/packages/core/src/sheets/typedef.ts:584 |
endY | number | - | IPosition .endY | packages/api/tmp/univer-pro/submodules/univer/packages/core/src/sheets/typedef.ts:585 |
rangeType? | RANGE_TYPE | - | IRange .rangeType | packages/api/tmp/univer-pro/submodules/univer/packages/core/src/sheets/typedef.ts:438 |
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:391 |
startAbsoluteRefType? | AbsoluteRefType | - | IRange .startAbsoluteRefType | packages/api/tmp/univer-pro/submodules/univer/packages/core/src/sheets/typedef.ts:440 |
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:413 |
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:399 |
startX | number | - | IPosition .startX | packages/api/tmp/univer-pro/submodules/univer/packages/core/src/sheets/typedef.ts:582 |
startY | number | - | IPosition .startY | packages/api/tmp/univer-pro/submodules/univer/packages/core/src/sheets/typedef.ts:583 |
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:385 |