FlexPivot for WinForms
ShowAs 列挙体

C1.PivotEngine アセンブリ > C1.PivotEngine 名前空間 : ShowAs 列挙体
Specifies calculations to be applied to cells in the output view.
シンタックス
'宣言
 
Public Enum ShowAs 
   Inherits System.Enum
public enum ShowAs : System.Enum 
メンバ
メンバ解説
DiffColShow differences between each item and the item in the previous column.
DiffColPctShow differences between each item and the item in the previous column as a percentage.
DiffRowShow differences between each item and the item in the previous row.
DiffRowPctShow differences between each item and the item in the previous row as a percentage.
NoCalculationShow plain aggregated values.
PctColShow values as a percentage of the column totals for the field.
PctGrandShow values as a percentage of the grand totals for the field.
PctRowShow values as a percentage of the row totals for the field.
RunTotShow values as running totals.
RunTotPctShow values as percentage running totals.
継承階層

System.Object
   System.ValueType
      System.Enum
         C1.PivotEngine.ShowAs

参照

C1.PivotEngine 名前空間