API Reference
@univerjs
@univerjs/core
interfaces
Irowrange

@univerjs/core v0.4.2Docs


Interface: IRowRange

Extends

  • IRangeLocation

Extended by

Properties

PropertyTypeDescriptionInherited fromDefined in
endRownumberThe end row (exclusive) of the range endRow-submodules/univer/packages/core/src/sheets/typedef.ts:405 (opens in a new tab)
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.sheetIdsubmodules/univer/packages/core/src/sheets/typedef.ts:391 (opens in a new tab)
startRownumberThe start row (inclusive) of the range startRow-submodules/univer/packages/core/src/sheets/typedef.ts:399 (opens in a new tab)
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.unitIdsubmodules/univer/packages/core/src/sheets/typedef.ts:385 (opens in a new tab)

Copyright © 2021-2024 DreamNum Co,Ltd. All Rights Reserved.