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