目錄 / Table of Contents

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

sourceRows int
groupCount int
outputCells int

Properties

GroupCount

Gets the number of aggregate groups. 取得彙總群組數。

public int GroupCount { get; }

Property Value

int

OutputCells

Gets the number of output cells written. 取得寫入的輸出儲存格數。

public int OutputCells { get; }

Property Value

int

SourceRows

Gets the number of source data rows read. 取得讀取的來源資料列數。

public int SourceRows { get; }

Property Value

int