XlPivotFieldDataType Enumeration
Specifies the type of data in the PivotTable field.
Namespace: Microsoft.Office.Interop.Excel
Assembly: Microsoft.Office.Interop.Excel (in Microsoft.Office.Interop.Excel.dll)
Syntax
'Declaration
Public Enumeration XlPivotFieldDataType
'Usage
Dim instance As XlPivotFieldDataType
public enum XlPivotFieldDataType
Members
Member name | Description | |
---|---|---|
xlDate | Date. | |
xlNumber | Number. | |
xlText | Text. |
Remarks
Used with the DataType property of the PivotField object.