API Reference
@univerjs
@univerjs/core
functions
Getcellinfoinmergedata

@univerjs/core v0.4.2Docs


Function: getCellInfoInMergeData()

function getCellInfoInMergeData(
   row, 
   column, 
   mergeData?): ISelectionCell

Determines whether the cell(row, column) is within the range of the merged cells.

Parameters

ParameterType
rownumber
columnnumber
mergeData?IRange[]

Returns

ISelectionCell

Deprecated

please use worksheet.getCellInfoInMergeData instead

Defined in

submodules/univer/packages/core/src/sheets/typedef.ts:656 (opens in a new tab)


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