Click or drag to resize

PivotDataType Enumeration

Namespace: Spire.Xls
Assembly: Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
[FlagsAttribute]
public enum PivotDataType
Members
Member name Value Description
Number 1 Indicates whether field contains number.
Integer 2 Indicates whether field contains integer numbers.
String 4 Indicates whether field contains strings.
Blank 8 Indicates whether field contains blank values.
Date 16 Indicates whether field contains dates.
Boolean 32 Indicates whether field contains booleans.
Float 64 Indicates whether field contains float numbers.
LongText 128 Indicates whether filed contains long Text.
See Also