PivotField.AutoShowType Property
Excel Developer Reference |
Returns xlAutomatic if AutoShow is enabled for the specified PivotTable field; returns xlManual if AutoShow is disabled. Read-only Long.
Syntax
expression.AutoShowType
expression A variable that represents a PivotField object.
Example
This example displays a message box showing the AutoShow parameters for the Salesman field.
Visual Basic for Applications |
---|
|
See Also