@univerjscoreinterfacesIcolumnrange

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


Interface: IColumnRange

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:419
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:391
startColumnnumberThe start column (inclusive) of the range startColumn-packages/api/tmp/univer-pro/submodules/univer/packages/core/src/sheets/typedef.ts:413
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:385