PivotField.AutoShowCount Property
Excel Developer Reference |
Returns the number of top or bottom items that are automatically shown in the specified PivotTable field. Read-only Long.
Syntax
expression.AutoShowCount
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