@univerjscoreinterfacesIrange

@univerjs/core v0.5.0-beta.1Docs


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--packages/api/tmp/univer-pro/submodules/univer/packages/core/src/sheets/typedef.ts:442
endColumnnumberThe end column (exclusive) of the range endColumnIColumnRange.endColumnpackages/api/tmp/univer-pro/submodules/univer/packages/core/src/sheets/typedef.ts:419
endRownumberThe end row (exclusive) of the range endRowIRowRange.endRowpackages/api/tmp/univer-pro/submodules/univer/packages/core/src/sheets/typedef.ts:405
rangeType?RANGE_TYPE--packages/api/tmp/univer-pro/submodules/univer/packages/core/src/sheets/typedef.ts:438
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.sheetIdpackages/api/tmp/univer-pro/submodules/univer/packages/core/src/sheets/typedef.ts:391
startAbsoluteRefType?AbsoluteRefType--packages/api/tmp/univer-pro/submodules/univer/packages/core/src/sheets/typedef.ts:440
startColumnnumberThe start column (inclusive) of the range startColumnIColumnRange.startColumnpackages/api/tmp/univer-pro/submodules/univer/packages/core/src/sheets/typedef.ts:413
startRownumberThe start row (inclusive) of the range startRowIRowRange.startRowpackages/api/tmp/univer-pro/submodules/univer/packages/core/src/sheets/typedef.ts:399
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.unitIdpackages/api/tmp/univer-pro/submodules/univer/packages/core/src/sheets/typedef.ts:385