API Reference
@univerjs
@univerjs/core
interfaces
Iselectioncellwithmergeinfo

@univerjs/core v0.4.2Docs


Interface: ISelectionCellWithMergeInfo

Properties of selection data

Extends

Properties

PropertyTypeInherited fromDefined in
actualColumnnumberISingleCell.actualColumnsubmodules/univer/packages/core/src/sheets/typedef.ts:590 (opens in a new tab)
actualRownumberISingleCell.actualRowsubmodules/univer/packages/core/src/sheets/typedef.ts:589 (opens in a new tab)
endXnumberIPosition.endXsubmodules/univer/packages/core/src/sheets/typedef.ts:584 (opens in a new tab)
endYnumberIPosition.endYsubmodules/univer/packages/core/src/sheets/typedef.ts:585 (opens in a new tab)
isMergedbooleanISingleCell.isMergedsubmodules/univer/packages/core/src/sheets/typedef.ts:591 (opens in a new tab)
isMergedMainCellbooleanISingleCell.isMergedMainCellsubmodules/univer/packages/core/src/sheets/typedef.ts:592 (opens in a new tab)
mergeInfoIRangeWithCoord-submodules/univer/packages/core/src/sheets/typedef.ts:600 (opens in a new tab)
startXnumberIPosition.startXsubmodules/univer/packages/core/src/sheets/typedef.ts:582 (opens in a new tab)
startYnumberIPosition.startYsubmodules/univer/packages/core/src/sheets/typedef.ts:583 (opens in a new tab)

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