@univerjscoreinterfacesIrowrange

@univerjs/core v0.5.4


Interface: IRowRange

Defined in: packages/api/tmp/univer-pro/submodules/univer/packages/core/src/sheets/typedef.ts:425

Extends

  • IRangeLocation

Extended by

Properties

PropertyTypeDescriptionInherited fromDefined in
endRownumberThe end row (exclusive) of the range endRow-packages/api/tmp/univer-pro/submodules/univer/packages/core/src/sheets/typedef.ts:436
sheetId?stringId 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.sheetIdpackages/api/tmp/univer-pro/submodules/univer/packages/core/src/sheets/typedef.ts:422
startRownumberThe start row (inclusive) of the range startRow-packages/api/tmp/univer-pro/submodules/univer/packages/core/src/sheets/typedef.ts:430
unitId?stringId 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.unitIdpackages/api/tmp/univer-pro/submodules/univer/packages/core/src/sheets/typedef.ts:416