XlsPivotCacheField
DataType Property
 | 
Gets type of the data.
Namespace:
Spire.Xls.Core.Spreadsheet.PivotTables
Assembly:
Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
 
public PivotDataType DataType { get; }
 
Public ReadOnly Property DataType As PivotDataType
	Get
 
public:
property PivotDataType DataType {
	PivotDataType get ();
}
 
member DataType : PivotDataType with get
 
 
 
Property Value
Type:
PivotDataType
 
See Also