Class RuleFilterRecord.FunctionType
Represents the Function types.
Inheritance
System.Object
RuleFilterRecord.FunctionType
Namespace: Syncfusion.XlsIO.Parser.Biff_Records.PivotTable
Assembly: Syncfusion.XlsIO.Portable.dll
Syntax
public sealed class FunctionType : Enum
Fields
Average
Represents the Average type.
Declaration
public const RuleFilterRecord.FunctionType Average
Field Value
Type | Description |
---|---|
RuleFilterRecord.FunctionType |
Count
Represents the Count type.
Declaration
public const RuleFilterRecord.FunctionType Count
Field Value
Type | Description |
---|---|
RuleFilterRecord.FunctionType |
CountA
Represents the CountA type.
Declaration
public const RuleFilterRecord.FunctionType CountA
Field Value
Type | Description |
---|---|
RuleFilterRecord.FunctionType |
Data
Represents the Data type.
Declaration
public const RuleFilterRecord.FunctionType Data
Field Value
Type | Description |
---|---|
RuleFilterRecord.FunctionType |
Default
Represents the Default type.
Declaration
public const RuleFilterRecord.FunctionType Default
Field Value
Type | Description |
---|---|
RuleFilterRecord.FunctionType |
Max
Represents the Max type.
Declaration
public const RuleFilterRecord.FunctionType Max
Field Value
Type | Description |
---|---|
RuleFilterRecord.FunctionType |
Min
Represents the Min type.
Declaration
public const RuleFilterRecord.FunctionType Min
Field Value
Type | Description |
---|---|
RuleFilterRecord.FunctionType |
Product
Represents the Product type.
Declaration
public const RuleFilterRecord.FunctionType Product
Field Value
Type | Description |
---|---|
RuleFilterRecord.FunctionType |
Stdev
Represents the Stdev type.
Declaration
public const RuleFilterRecord.FunctionType Stdev
Field Value
Type | Description |
---|---|
RuleFilterRecord.FunctionType |
Stdevp
Represents the Stdevp type.
Declaration
public const RuleFilterRecord.FunctionType Stdevp
Field Value
Type | Description |
---|---|
RuleFilterRecord.FunctionType |
Sum
Represents the Sum type.
Declaration
public const RuleFilterRecord.FunctionType Sum
Field Value
Type | Description |
---|---|
RuleFilterRecord.FunctionType |
value__
Declaration
public int value__
Field Value
Type | Description |
---|---|
System.Int32 |
Var
Represents the Var type.
Declaration
public const RuleFilterRecord.FunctionType Var
Field Value
Type | Description |
---|---|
RuleFilterRecord.FunctionType |
Varp
Represents the Varp type.
Declaration
public const RuleFilterRecord.FunctionType Varp
Field Value
Type | Description |
---|---|
RuleFilterRecord.FunctionType |