@univerjs/core v0.5.0-beta.1 • Docs
Interface: IRowRange
Extends
IRangeLocation
Extended by
Properties
Property | Type | Description | Inherited from | Defined in |
---|---|---|---|---|
endRow | number | The end row (exclusive) of the range endRow | - | packages/api/tmp/univer-pro/submodules/univer/packages/core/src/sheets/typedef.ts:405 |
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. | IRangeLocation.sheetId | packages/api/tmp/univer-pro/submodules/univer/packages/core/src/sheets/typedef.ts:391 |
startRow | number | The start row (inclusive) of the range 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. | IRangeLocation.unitId | packages/api/tmp/univer-pro/submodules/univer/packages/core/src/sheets/typedef.ts:385 |