@univerjs/core v0.4.2 • Docs
Function: getCellInfoInMergeData()
function getCellInfoInMergeData(
row,
column,
mergeData?): ISelectionCell
Determines whether the cell(row, column) is within the range of the merged cells.
Parameters
Parameter | Type |
---|---|
row | number |
column | number |
mergeData ? | IRange [] |
Returns
Deprecated
please use worksheet.getCellInfoInMergeData instead
Defined in
submodules/univer/packages/core/src/sheets/typedef.ts:656 (opens in a new tab)