Class FieldTypes
Enum holding the field types.
Inheritance
System.Object
    FieldTypes
  Namespace: Syncfusion.XlsIO.Implementation.PivotAnalysis
Assembly: Syncfusion.XlsIO.Portable.dll
Syntax
public sealed class FieldTypes : EnumFields
Expression
Gets whether the field is Expression.
Declaration
public const FieldTypes ExpressionField Value
| Type | 
|---|
| FieldTypes | 
Property
Gets whether the field is Property.
Declaration
public const FieldTypes PropertyField Value
| Type | 
|---|
| FieldTypes | 
Unbound
Gets whether the field is Unbound.
Declaration
public const FieldTypes UnboundField Value
| Type | 
|---|
| FieldTypes |