Class: RubyOSBXL::Enums::XlPivotFieldSubtotalsMethodType
- Inherits:
-
T::Enum
- Object
- T::Enum
- RubyOSBXL::Enums::XlPivotFieldSubtotalsMethodType
- Defined in:
- lib/rubyosbxl.rb
Overview
XlPivotFieldSubtotalsMethodType列挙体
Instance Attribute Summary collapse
-
#SubtotalsMethodTypeAverage ⇒ Object
平均.
-
#SubtotalsMethodTypeCount ⇒ Object
すべての個数.
-
#SubtotalsMethodTypeCountNums ⇒ Object
数値の個数.
-
#SubtotalsMethodTypeDefault ⇒ Object
# デフォルト: 合計.
-
#SubtotalsMethodTypeMax ⇒ Object
最大.
-
#SubtotalsMethodTypeMin ⇒ Object
最小.
-
#SubtotalsMethodTypeProduct ⇒ Object
積.
-
#SubtotalsMethodTypeStdDev ⇒ Object
標本標準偏差.
-
#SubtotalsMethodTypeStdDevP ⇒ Object
標準偏差.
-
#SubtotalsMethodTypeSum ⇒ Object
合計.
-
#SubtotalsMethodTypeVar ⇒ Object
標本分散.
-
#SubtotalsMethodTypeVarP ⇒ Object
分散.
Instance Attribute Details
#SubtotalsMethodTypeAverage ⇒ Object
平均
#SubtotalsMethodTypeCount ⇒ Object
すべての個数
#SubtotalsMethodTypeCountNums ⇒ Object
数値の個数
#SubtotalsMethodTypeDefault ⇒ Object
# デフォルト: 合計
#SubtotalsMethodTypeMax ⇒ Object
最大
#SubtotalsMethodTypeMin ⇒ Object
最小
#SubtotalsMethodTypeProduct ⇒ Object
積
#SubtotalsMethodTypeStdDev ⇒ Object
標本標準偏差
#SubtotalsMethodTypeStdDevP ⇒ Object
標準偏差
#SubtotalsMethodTypeSum ⇒ Object
合計
#SubtotalsMethodTypeVar ⇒ Object
標本分散
#SubtotalsMethodTypeVarP ⇒ Object
分散