API Reference
@univerjs
@univerjs/core
interfaces
Iselectioncellwithmergeinfo

@univerjs/core v0.3.0Docs


Interface: ISelectionCellWithMergeInfo

Properties of selection data

Extends

Properties

PropertyTypeInherited fromDefined in
actualColumnnumberISingleCell.actualColumnsubmodules/univer/packages/core/src/sheets/typedef.ts:552 (opens in a new tab)
actualRownumberISingleCell.actualRowsubmodules/univer/packages/core/src/sheets/typedef.ts:551 (opens in a new tab)
endXnumberIPosition.endXsubmodules/univer/packages/core/src/sheets/typedef.ts:546 (opens in a new tab)
endYnumberIPosition.endYsubmodules/univer/packages/core/src/sheets/typedef.ts:547 (opens in a new tab)
isMergedbooleanISingleCell.isMergedsubmodules/univer/packages/core/src/sheets/typedef.ts:553 (opens in a new tab)
isMergedMainCellbooleanISingleCell.isMergedMainCellsubmodules/univer/packages/core/src/sheets/typedef.ts:554 (opens in a new tab)
mergeInfoIRangeWithCoord-submodules/univer/packages/core/src/sheets/typedef.ts:562 (opens in a new tab)
startXnumberIPosition.startXsubmodules/univer/packages/core/src/sheets/typedef.ts:544 (opens in a new tab)
startYnumberIPosition.startYsubmodules/univer/packages/core/src/sheets/typedef.ts:545 (opens in a new tab)

Copyright © 2021-2024 DreamNum Co,Ltd. All Rights Reserved.