@univerjs-pro/sheets-pivot v0.5.0-beta.1 • Docs
Function: getEmptyPivotRanges()
function getEmptyPivotRanges(cellInfo): {
endColumn: col;
endRow: row;
startColumn: col;
startRow: row;
}[]
Parameters
Parameter | Type |
---|---|
cellInfo | IPivotCellPositionInfo |
Returns
{
endColumn
: col
;
endRow
: row
;
startColumn
: col
;
startRow
: row
;
}[]
Defined in
packages/sheets-pivot/src/util.ts:724