PivotTable.EnableFieldList 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.
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.
public:
property bool EnableFieldList { bool get(); void set(bool value); };
public bool EnableFieldList { get; set; }
Public Property EnableFieldList As Boolean