@univerjs/core v0.4.2 • 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 | - | submodules/univer/packages/core/src/sheets/typedef.ts:405 (opens in a new tab) |
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 | submodules/univer/packages/core/src/sheets/typedef.ts:391 (opens in a new tab) |
startRow | number | The start row (inclusive) of the range startRow | - | submodules/univer/packages/core/src/sheets/typedef.ts:399 (opens in a new tab) |
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 | submodules/univer/packages/core/src/sheets/typedef.ts:385 (opens in a new tab) |