@univerjs/core v0.5.0-beta.1 • Docs
Interface: ICellInfo
ICellInfo has the same properties as ISelectionCell, but the name ICellInfo might be more semantically appropriate in some contexts.
Extends
Properties
Property | Type | Description | Inherited from | Defined in |
---|---|---|---|---|
actualColumn | number | - | ISelectionCell .actualColumn | packages/api/tmp/univer-pro/submodules/univer/packages/core/src/sheets/typedef.ts:590 |
actualRow | number | - | ISelectionCell .actualRow | packages/api/tmp/univer-pro/submodules/univer/packages/core/src/sheets/typedef.ts:589 |
endAbsoluteRefType? | AbsoluteRefType | - | ISelectionCell .endAbsoluteRefType | packages/api/tmp/univer-pro/submodules/univer/packages/core/src/sheets/typedef.ts:442 |
endColumn | number | The end column (exclusive) of the range endColumn | ISelectionCell .endColumn | packages/api/tmp/univer-pro/submodules/univer/packages/core/src/sheets/typedef.ts:419 |
endRow | number | The end row (exclusive) of the range endRow | ISelectionCell .endRow | packages/api/tmp/univer-pro/submodules/univer/packages/core/src/sheets/typedef.ts:405 |
isMerged | boolean | - | ISelectionCell .isMerged | packages/api/tmp/univer-pro/submodules/univer/packages/core/src/sheets/typedef.ts:591 |
isMergedMainCell | boolean | - | ISelectionCell .isMergedMainCell | packages/api/tmp/univer-pro/submodules/univer/packages/core/src/sheets/typedef.ts:592 |
rangeType? | RANGE_TYPE | - | ISelectionCell .rangeType | packages/api/tmp/univer-pro/submodules/univer/packages/core/src/sheets/typedef.ts:438 |
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. | ISelectionCell .sheetId | packages/api/tmp/univer-pro/submodules/univer/packages/core/src/sheets/typedef.ts:391 |
startAbsoluteRefType? | AbsoluteRefType | - | ISelectionCell .startAbsoluteRefType | packages/api/tmp/univer-pro/submodules/univer/packages/core/src/sheets/typedef.ts:440 |
startColumn | number | The start column (inclusive) of the range startColumn | ISelectionCell .startColumn | packages/api/tmp/univer-pro/submodules/univer/packages/core/src/sheets/typedef.ts:413 |
startRow | number | The start row (inclusive) of the range startRow | ISelectionCell .startRow | packages/api/tmp/univer-pro/submodules/univer/packages/core/src/sheets/typedef.ts:399 |
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. | ISelectionCell .unitId | packages/api/tmp/univer-pro/submodules/univer/packages/core/src/sheets/typedef.ts:385 |