@univerjs/core v0.5.0-beta.1 • 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
packages/api/tmp/univer-pro/submodules/univer/packages/core/src/sheets/typedef.ts:712