Enum OdfPivotShowValuesAs
- Namespace
- OdfKit.Spreadsheet
- Assembly
- OdfKit.dll
Specifies a derived display calculation for a pivot value field. 指定樞紐值欄位的衍生顯示計算。
public enum OdfPivotShowValuesAs
Fields
DifferenceFrom = 5Displays the difference from a named base member. 顯示與具名基準成員的差異。
Index = 7Displays the pivot index calculation. 顯示樞紐索引計算。
None = 0Displays the aggregate without transformation. 顯示未轉換的彙總值。
PercentageDifferenceFrom = 6Displays the percentage difference from a named base member. 顯示與具名基準成員的百分比差異。
PercentageOfColumnTotal = 2Displays a percentage of the column total. 顯示資料欄總計百分比。
PercentageOfGrandTotal = 3Displays a percentage of the grand total. 顯示總計百分比。
PercentageOfRowTotal = 1Displays a percentage of the row total. 顯示資料列總計百分比。
RunningTotal = 4Displays a running total along the row axis. 沿資料列軸顯示累計總和。