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