Share via


PivotField.AutoShowField Property

Returns the name of the data field used to determine the top or bottom items that are automatically shown in the specified PivotTable field. Read-only String.

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

Syntax

'Declaration
ReadOnly Property AutoShowField As String
    Get
'Usage
Dim instance As PivotField
Dim value As String

value = instance.AutoShowField
string AutoShowField { get; }

Property Value

Type: System.String

See Also

Reference

PivotField Interface

PivotField Members

Microsoft.Office.Interop.Excel Namespace