PivotField.AutoShowRange Property
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.
Returns xlTop if the top items are shown automatically in the specified PivotTable field; returns xlBottom if the bottom items are shown. Read-only Integer.
public:
property int AutoShowRange { int get(); };
public int AutoShowRange { get; }
Public ReadOnly Property AutoShowRange As Integer