@univerjs/core v0.4.2 • 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 | - | submodules/univer/packages/core/src/sheets/typedef.ts:419 (opens in a new tab) |
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 | submodules/univer/packages/core/src/sheets/typedef.ts:391 (opens in a new tab) |
startColumn | number | The start column (inclusive) of the range startColumn | - | submodules/univer/packages/core/src/sheets/typedef.ts:413 (opens in a new tab) |
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 | submodules/univer/packages/core/src/sheets/typedef.ts:385 (opens in a new tab) |