PivotField.AutoShowRange Property
Excel Developer Reference |
Returns xlTop if the top items are shown automatically in the specified PivotTable field; returns xlBottom if the bottom items are shown. Read-only Long.
Syntax
expression.AutoShowRange
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