PivotSubtotalTypes2007 Class
Axis types in Excel 2007 file format notation.
Inheritance
System.Object
PivotSubtotalTypes2007
Namespace: Syncfusion.XlsIO
Assembly: Syncfusion.XlsIO.Base.dll
Syntax
public sealed class PivotSubtotalTypes2007 : Enum
Fields
average
Represents the Average type.
Declaration
public const PivotSubtotalTypes2007 average
Field Value
count
Represents the Count type.
Declaration
public const PivotSubtotalTypes2007 count
Field Value
countNums
Represents the Counta type.
Declaration
public const PivotSubtotalTypes2007 countNums
Field Value
max
Represents the Max type.
Declaration
public const PivotSubtotalTypes2007 max
Field Value
min
Represents the Min type.
Declaration
public const PivotSubtotalTypes2007 min
Field Value
product
Represents the Product type.
Declaration
public const PivotSubtotalTypes2007 product
Field Value
stdDev
Represents the Stdev type.
Declaration
public const PivotSubtotalTypes2007 stdDev
Field Value
stdDevp
Represents the Stdevp type.
Declaration
public const PivotSubtotalTypes2007 stdDevp
Field Value
sum
Represents the Sum type.
Declaration
public const PivotSubtotalTypes2007 sum
Field Value
var
Represents the Var type.
Declaration
public const PivotSubtotalTypes2007 var
Field Value
varp
Represents the Varp type.
Declaration
public const PivotSubtotalTypes2007 varp