PivotField.AutoShowType Property
Returns xlAutomatic if AutoShow is enabled for the specified PivotTable field; returns xlManual if AutoShow is disabled. Read-only Integer.
Namespace: Microsoft.Office.Interop.Excel
Assembly: Microsoft.Office.Interop.Excel (in Microsoft.Office.Interop.Excel.dll)
Syntax
'Declaration
ReadOnly Property AutoShowType As Integer
Get
'Usage
Dim instance As PivotField
Dim value As Integer
value = instance.AutoShowType
int AutoShowType { get; }
Property Value
Type: System.Int32