Struct OdfPivotRefreshResult
- Namespace
- OdfKit.Spreadsheet
- Assembly
- OdfKit.dll
Reports a completed pivot materialization. 回報已完成的樞紐結果物化。
public readonly struct OdfPivotRefreshResult
- Inherited Members
Constructors
OdfPivotRefreshResult(int, int, int)
Reports a completed pivot materialization. 回報已完成的樞紐結果物化。
public OdfPivotRefreshResult(int sourceRows, int groupCount, int outputCells)
Parameters
Properties
GroupCount
Gets the number of aggregate groups. 取得彙總群組數。
public int GroupCount { get; }
Property Value
OutputCells
Gets the number of output cells written. 取得寫入的輸出儲存格數。
public int OutputCells { get; }
Property Value
SourceRows
Gets the number of source data rows read. 取得讀取的來源資料列數。
public int SourceRows { get; }