@univerjscoreinterfacesIcellwithcoord

@univerjs/core v0.5.4


Interface: ICellWithCoord

Defined in: packages/api/tmp/univer-pro/submodules/univer/packages/core/src/sheets/typedef.ts:639

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:668
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:663
endXnumberCoordinate of the single cell(actual row and column).IPosition.endXpackages/api/tmp/univer-pro/submodules/univer/packages/core/src/sheets/typedef.ts:653
endYnumberCoordinate of the single cell(actual row and column).IPosition.endYpackages/api/tmp/univer-pro/submodules/univer/packages/core/src/sheets/typedef.ts:657
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:672
isMergedMainCellbooleanif Merged and is main merged cell.ISingleCell.isMergedMainCellpackages/api/tmp/univer-pro/submodules/univer/packages/core/src/sheets/typedef.ts:676
mergeInfoIRangeWithCoord--packages/api/tmp/univer-pro/submodules/univer/packages/core/src/sheets/typedef.ts:640
startXnumberCoordinate of the single cell(actual row and column).IPosition.startXpackages/api/tmp/univer-pro/submodules/univer/packages/core/src/sheets/typedef.ts:645
startYnumberCoordinate of the single cell(actual row and column).IPosition.startYpackages/api/tmp/univer-pro/submodules/univer/packages/core/src/sheets/typedef.ts:649