@univerjs/core v0.5.0-beta.1 • Docs
Interface: IColumnRange
Extends
IRangeLocation
Extended by
Properties
Property | Type | Description | Inherited from | Defined in |
---|---|---|---|---|
endColumn | number | The end column (exclusive) of the range endColumn | - | packages/api/tmp/univer-pro/submodules/univer/packages/core/src/sheets/typedef.ts:419 |
sheetId? | string | Id 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.sheetId | packages/api/tmp/univer-pro/submodules/univer/packages/core/src/sheets/typedef.ts:391 |
startColumn | number | The start column (inclusive) of the range startColumn | - | packages/api/tmp/univer-pro/submodules/univer/packages/core/src/sheets/typedef.ts:413 |
unitId? | string | Id 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.unitId | packages/api/tmp/univer-pro/submodules/univer/packages/core/src/sheets/typedef.ts:385 |