@univerjs-pro/sheets-pivot v0.5.0-beta.1Docs


Function: getPivotCellInfo()

function getPivotCellInfo(
   row, 
   col, 
   cellInfo, 
   pivotTable, 
   pivotItemRenderCache): undefined | {
  data: cellInfo;
  filterId: Nullable<string>;
  headerInfo: headerItem;
  info: infoItem;
}

Parameters

ParameterType
rownumber
colnumber
cellInfoNullable<IPivotTableCellData>
pivotTablePivotTable
pivotItemRenderCacheIPivotRenderCache

Returns

undefined | { data: cellInfo; filterId: Nullable<string>; headerInfo: headerItem; info: infoItem; }

Defined in

packages/sheets-pivot/src/util.ts:435