@univerjscoreinterfacesIcellwithcoord

@univerjs/core v0.5.0-beta.1Docs


Interface: ICellWithCoord

SingleCell & coordinate and mergeRange.

Extends

Properties

PropertyTypeDescriptionOverridesDefined in
actualColumnnumberThe raw col index calculated by the offsetX (Without considering merged cells)ISingleCell.actualColumnpackages/api/tmp/univer-pro/submodules/univer/packages/core/src/sheets/typedef.ts:637
actualRownumberThe 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.actualRowpackages/api/tmp/univer-pro/submodules/univer/packages/core/src/sheets/typedef.ts:632
endXnumberCoordinate of the single cell(actual row and column).IPosition.endXpackages/api/tmp/univer-pro/submodules/univer/packages/core/src/sheets/typedef.ts:622
endYnumberCoordinate of the single cell(actual row and column).IPosition.endYpackages/api/tmp/univer-pro/submodules/univer/packages/core/src/sheets/typedef.ts:626
isMergedbooleanWhether the cell is merged. But main merged cell is false.ISingleCell.isMergedpackages/api/tmp/univer-pro/submodules/univer/packages/core/src/sheets/typedef.ts:641
isMergedMainCellbooleanif Merged and is main merged cell.ISingleCell.isMergedMainCellpackages/api/tmp/univer-pro/submodules/univer/packages/core/src/sheets/typedef.ts:645
mergeInfoIRangeWithCoord--packages/api/tmp/univer-pro/submodules/univer/packages/core/src/sheets/typedef.ts:609
startXnumberCoordinate of the single cell(actual row and column).IPosition.startXpackages/api/tmp/univer-pro/submodules/univer/packages/core/src/sheets/typedef.ts:614
startYnumberCoordinate of the single cell(actual row and column).IPosition.startYpackages/api/tmp/univer-pro/submodules/univer/packages/core/src/sheets/typedef.ts:618