@univerjs/engine-render v0.4.2 • Docs
Function: getCellByIndexWithMergeInfo()
function getCellByIndexWithMergeInfo(
row,
column,
rowHeightAccumulation,
columnWidthAccumulation,
mergeDataInfo): ISelectionCellWithMergeInfo
Parameters
Parameter | Type | Description |
---|---|---|
row | number | The row index of the cell |
column | number | The column index of the cell |
rowHeightAccumulation | number [] | The accumulated height of each row |
columnWidthAccumulation | number [] | The accumulated width of each column |
mergeDataInfo | ISelectionCell | - |
Returns
The cell position information of the specified row and column, including the position information of the cell and the merge information of the cell
Description
Get the cell position information of the specified row and column, including the position information of the cell and the merge information of the cell
Defined in
submodules/univer/packages/engine-render/src/basics/tools.ts:535 (opens in a new tab)