@univerjscorefunctionsGetcellinfoinmergedata

@univerjs/core v0.5.4


Function: getCellInfoInMergeData()

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

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

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