目錄 / Table of Contents

Enum OdfPivotShowValuesAs

Namespace
OdfKit.Spreadsheet
Assembly
OdfKit.dll

Specifies a derived display calculation for a pivot value field. 指定樞紐值欄位的衍生顯示計算。

public enum OdfPivotShowValuesAs

Fields

DifferenceFrom = 5

Displays the difference from a named base member. 顯示與具名基準成員的差異。

Index = 7

Displays the pivot index calculation. 顯示樞紐索引計算。

None = 0

Displays the aggregate without transformation. 顯示未轉換的彙總值。

PercentageDifferenceFrom = 6

Displays the percentage difference from a named base member. 顯示與具名基準成員的百分比差異。

PercentageOfColumnTotal = 2

Displays a percentage of the column total. 顯示資料欄總計百分比。

PercentageOfGrandTotal = 3

Displays a percentage of the grand total. 顯示總計百分比。

PercentageOfRowTotal = 1

Displays a percentage of the row total. 顯示資料列總計百分比。

RunningTotal = 4

Displays a running total along the row axis. 沿資料列軸顯示累計總和。