@univerjscoreinterfacesIrange

@univerjs/core v0.5.4


Interface: IRange

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

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:473
endColumnnumberThe end column (exclusive) of the range endColumnIColumnRange.endColumnpackages/api/tmp/univer-pro/submodules/univer/packages/core/src/sheets/typedef.ts:450
endRownumberThe end row (exclusive) of the range endRowIRowRange.endRowpackages/api/tmp/univer-pro/submodules/univer/packages/core/src/sheets/typedef.ts:436
rangeType?RANGE_TYPE--packages/api/tmp/univer-pro/submodules/univer/packages/core/src/sheets/typedef.ts:469
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:422
startAbsoluteRefType?AbsoluteRefType--packages/api/tmp/univer-pro/submodules/univer/packages/core/src/sheets/typedef.ts:471
startColumnnumberThe start column (inclusive) of the range startColumnIColumnRange.startColumnpackages/api/tmp/univer-pro/submodules/univer/packages/core/src/sheets/typedef.ts:444
startRownumberThe start row (inclusive) of the range startRowIRowRange.startRowpackages/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.IColumnRange.unitIdpackages/api/tmp/univer-pro/submodules/univer/packages/core/src/sheets/typedef.ts:416