PivotField.DataType Property
Returns a XlPivotFieldDataType value that represents the type of data in the PivotTable field.
Syntax
expression.DataType
expression A variable that represents a PivotField object.
Example
This example displays the data type of the field named "ORDER_DATE."
| Visual Basic for Applications |
|---|
|