Enum PivotDataType
Represent data types for pivot table cache fields.
Namespace: Syncfusion.XlsIO
Assembly: Syncfusion.XlsIO.Base.dll
Syntax
[Flags]
public enum PivotDataType
Fields
| Name | Description |
|---|---|
| Blank | Indicates whether field contains blank values. |
| Boolean | Indicates whether field contains booleans. |
| Date | Indicates whether field contains dates. |
| Float | Indicates whether field contains float numbers. |
| Integer | Indicates whether field contains integer numbers. |
| LongText | Indicates whether filed contains long Text. |
| Number | Indicates whether field contains number. |
| String | Indicates whether field contains strings. |