@univerjs/core v0.5.0-beta.1 • Docs
Interface: ICellWithCoord
SingleCell & coordinate and mergeRange.
Extends
Properties
Property | Type | Description | Overrides | Defined in |
---|---|---|---|---|
actualColumn | number | The raw col index calculated by the offsetX (Without considering merged cells) | ISingleCell .actualColumn | packages/api/tmp/univer-pro/submodules/univer/packages/core/src/sheets/typedef.ts:637 |
actualRow | number | The raw row index calculated by the offsetX (Without considering merged cells, this value is simply the row index.If there are merged cells, this value refers to the cell where the mouse was clicked.) | ISingleCell .actualRow | packages/api/tmp/univer-pro/submodules/univer/packages/core/src/sheets/typedef.ts:632 |
endX | number | Coordinate of the single cell(actual row and column). | IPosition .endX | packages/api/tmp/univer-pro/submodules/univer/packages/core/src/sheets/typedef.ts:622 |
endY | number | Coordinate of the single cell(actual row and column). | IPosition .endY | packages/api/tmp/univer-pro/submodules/univer/packages/core/src/sheets/typedef.ts:626 |
isMerged | boolean | Whether the cell is merged. But main merged cell is false. | ISingleCell .isMerged | packages/api/tmp/univer-pro/submodules/univer/packages/core/src/sheets/typedef.ts:641 |
isMergedMainCell | boolean | if Merged and is main merged cell. | ISingleCell .isMergedMainCell | packages/api/tmp/univer-pro/submodules/univer/packages/core/src/sheets/typedef.ts:645 |
mergeInfo | IRangeWithCoord | - | - | packages/api/tmp/univer-pro/submodules/univer/packages/core/src/sheets/typedef.ts:609 |
startX | number | Coordinate of the single cell(actual row and column). | IPosition .startX | packages/api/tmp/univer-pro/submodules/univer/packages/core/src/sheets/typedef.ts:614 |
startY | number | Coordinate of the single cell(actual row and column). | IPosition .startY | packages/api/tmp/univer-pro/submodules/univer/packages/core/src/sheets/typedef.ts:618 |