PivotTable.EnableFieldList Property
False to disable the ability to display the field list for the PivotTable. If the field list was already being displayed it disappears. The default value is True. Read/write Boolean.
Namespace: Microsoft.Office.Interop.Excel
Assembly: Microsoft.Office.Interop.Excel (in Microsoft.Office.Interop.Excel.dll)
Syntax
'Declaration
Property EnableFieldList As Boolean
Get
Set
'Usage
Dim instance As PivotTable
Dim value As Boolean
value = instance.EnableFieldList
instance.EnableFieldList = value
bool EnableFieldList { get; set; }
Property Value
Type: System.Boolean