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
Parameter | Type |
---|---|
row | number |
column | number |
mergeData ? | IRange [] |
Returns
Deprecated
please use worksheet.getCellInfoInMergeData instead