API Reference
@univerjs
@univerjs/core
interfaces
Irange

@univerjs/core v0.4.2Docs


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

PropertyTypeDescriptionInherited fromDefined in
endAbsoluteRefType?AbsoluteRefType--submodules/univer/packages/core/src/sheets/typedef.ts:442 (opens in a new tab)
endColumnnumberThe end column (exclusive) of the range endColumnIColumnRange.endColumnsubmodules/univer/packages/core/src/sheets/typedef.ts:419 (opens in a new tab)
endRownumberThe end row (exclusive) of the range endRowIRowRange.endRowsubmodules/univer/packages/core/src/sheets/typedef.ts:405 (opens in a new tab)
rangeType?RANGE_TYPE--submodules/univer/packages/core/src/sheets/typedef.ts:438 (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.IColumnRange.sheetIdsubmodules/univer/packages/core/src/sheets/typedef.ts:391 (opens in a new tab)
startAbsoluteRefType?AbsoluteRefType--submodules/univer/packages/core/src/sheets/typedef.ts:440 (opens in a new tab)
startColumnnumberThe start column (inclusive) of the range startColumnIColumnRange.startColumnsubmodules/univer/packages/core/src/sheets/typedef.ts:413 (opens in a new tab)
startRownumberThe start row (inclusive) of the range startRowIRowRange.startRowsubmodules/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.IColumnRange.unitIdsubmodules/univer/packages/core/src/sheets/typedef.ts:385 (opens in a new tab)

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