@univerjs/core v0.5.0-beta.1 • Docs
Interface: IRange
Range data structure
One of the range types,
e.g., { startRow:0 , startColumn:0, endRow:1, endColumn:1, }
means “A1:B2”
Extends
Extended by
Properties
Property | Type | Description | Inherited from | Defined in |
---|---|---|---|---|
endAbsoluteRefType? | AbsoluteRefType | - | - | packages/api/tmp/univer-pro/submodules/univer/packages/core/src/sheets/typedef.ts:442 |
endColumn | number | The end column (exclusive) of the range endColumn | IColumnRange .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 | IRowRange .endRow | packages/api/tmp/univer-pro/submodules/univer/packages/core/src/sheets/typedef.ts:405 |
rangeType? | RANGE_TYPE | - | - | 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. | IColumnRange .sheetId | packages/api/tmp/univer-pro/submodules/univer/packages/core/src/sheets/typedef.ts:391 |
startAbsoluteRefType? | AbsoluteRefType | - | - | packages/api/tmp/univer-pro/submodules/univer/packages/core/src/sheets/typedef.ts:440 |
startColumn | number | The start column (inclusive) of the range startColumn | IColumnRange .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 | IRowRange .startRow | packages/api/tmp/univer-pro/submodules/univer/packages/core/src/sheets/typedef.ts:399 |
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. | IColumnRange .unitId | packages/api/tmp/univer-pro/submodules/univer/packages/core/src/sheets/typedef.ts:385 |