Workbook.ShowPivotTableFieldList Property (2007 System)

Gets or sets a value that indicates whether the PivotTable field list can be shown.

Namespace:  Microsoft.Office.Tools.Excel
Assembly:  Microsoft.Office.Tools.Excel.v9.0 (in Microsoft.Office.Tools.Excel.v9.0.dll)

Syntax

'Declaration
Public Property ShowPivotTableFieldList As Boolean
'Usage
Dim instance As Workbook 
Dim value As Boolean 

value = instance.ShowPivotTableFieldList

instance.ShowPivotTableFieldList = value
public bool ShowPivotTableFieldList { get; set; }
public:
property bool ShowPivotTableFieldList {
    bool get ();
    void set (bool value);
}
public function get ShowPivotTableFieldList () : boolean 
public function set ShowPivotTableFieldList (value : boolean)

Property Value

Type: System.Boolean
true if the PivotTable field list can be shown; otherwise, false. The default is true.

.NET Framework Security

See Also

Reference

Workbook Class

Workbook Members

Microsoft.Office.Tools.Excel Namespace