class documentation

class XlPivotFieldSubtotalsMethodType(IntEnum):

View In Hierarchy

XlPivotFieldSubtotalsMethodType列挙体

Members:

SubtotalsMethodTypeDefault デフォルト(合計)

SubtotalsMethodTypeSum 合計

SubtotalsMethodTypeCount すべての個数

SubtotalsMethodTypeAverage 平均

SubtotalsMethodTypeMax 最大

SubtotalsMethodTypeMin 最小

SubtotalsMethodTypeProduct 積

SubtotalsMethodTypeCountNums 数値の個数

SubtotalsMethodTypeStdDev 標本標準偏差

SubtotalsMethodTypeStdDevP 標準偏差

SubtotalsMethodTypeVar 標本分散

SubtotalsMethodTypeVarP 分散

Class Variable SubtotalsMethodTypeAverage 平均
Class Variable SubtotalsMethodTypeCount すべての個数
Class Variable SubtotalsMethodTypeCountNums 数値の個数
Class Variable SubtotalsMethodTypeDefault デフォルト(合計)
Class Variable SubtotalsMethodTypeMax 最大
Class Variable SubtotalsMethodTypeMin 最小
Class Variable SubtotalsMethodTypeProduct
Class Variable SubtotalsMethodTypeStdDev 標本標準偏差
Class Variable SubtotalsMethodTypeStdDevP 標準偏差
Class Variable SubtotalsMethodTypeSum 合計
Class Variable SubtotalsMethodTypeVar 標本分散
Class Variable SubtotalsMethodTypeVarP 分散
SubtotalsMethodTypeAverage =

平均

SubtotalsMethodTypeCount =

すべての個数

SubtotalsMethodTypeCountNums =

数値の個数

SubtotalsMethodTypeDefault =

デフォルト(合計)

SubtotalsMethodTypeMax =

最大

SubtotalsMethodTypeMin =

最小

SubtotalsMethodTypeProduct =

SubtotalsMethodTypeStdDev =

標本標準偏差

SubtotalsMethodTypeStdDevP =

標準偏差

SubtotalsMethodTypeSum =

合計

SubtotalsMethodTypeVar =

標本分散

SubtotalsMethodTypeVarP =

分散