@univerjscoreinterfacesIcolumnrange

@univerjs/core v0.5.4


Interface: IColumnRange

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

Extends

  • IRangeLocation

Extended by

Properties

PropertyTypeDescriptionInherited fromDefined in
endColumnnumberThe end column (exclusive) of the range endColumn-packages/api/tmp/univer-pro/submodules/univer/packages/core/src/sheets/typedef.ts:450
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
startColumnnumberThe start column (inclusive) of the range startColumn-packages/api/tmp/univer-pro/submodules/univer/packages/core/src/sheets/typedef.ts:444
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