XlPivotFieldDataType Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Specifies the type of data in the PivotTable field.
public enum class XlPivotFieldDataType
public enum XlPivotFieldDataType
Public Enum XlPivotFieldDataType
- Inheritance
-
XlPivotFieldDataType
Fields
Name | Value | Description |
---|---|---|
xlText | -4158 | Text. |
xlNumber | -4145 | Number. |
xlDate | 2 | Date. |
Remarks
Used with the DataType property of the PivotField object.