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