Interface: ICellInfo
Defined in: packages/api/tmp/univer-pro/submodules/univer/packages/core/src/sheets/typedef.ts:696
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:621 |
actualRow | number | - | ISelectionCell .actualRow | packages/api/tmp/univer-pro/submodules/univer/packages/core/src/sheets/typedef.ts:620 |
endAbsoluteRefType? | AbsoluteRefType | - | ISelectionCell .endAbsoluteRefType | packages/api/tmp/univer-pro/submodules/univer/packages/core/src/sheets/typedef.ts:473 |
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:450 |
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:436 |
isMerged | boolean | - | ISelectionCell .isMerged | packages/api/tmp/univer-pro/submodules/univer/packages/core/src/sheets/typedef.ts:622 |
isMergedMainCell | boolean | - | ISelectionCell .isMergedMainCell | packages/api/tmp/univer-pro/submodules/univer/packages/core/src/sheets/typedef.ts:623 |
rangeType? | RANGE_TYPE | - | ISelectionCell .rangeType | packages/api/tmp/univer-pro/submodules/univer/packages/core/src/sheets/typedef.ts:469 |
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:422 |
startAbsoluteRefType? | AbsoluteRefType | - | ISelectionCell .startAbsoluteRefType | packages/api/tmp/univer-pro/submodules/univer/packages/core/src/sheets/typedef.ts:471 |
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:444 |
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:430 |
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:416 |