Share via


PivotField.AutoShowRange Property

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.

Namespace:  Microsoft.Office.Interop.Excel
Assembly:  Microsoft.Office.Interop.Excel (in Microsoft.Office.Interop.Excel.dll)

Syntax

'Declaration
ReadOnly Property AutoShowRange As Integer
    Get
'Usage
Dim instance As PivotField
Dim value As Integer

value = instance.AutoShowRange
int AutoShowRange { get; }

Property Value

Type: System.Int32

See Also

Reference

PivotField Interface

PivotField Members

Microsoft.Office.Interop.Excel Namespace