Share via


PivotTable.EnableFieldDialog Property

True if the PivotTable Field dialog box is available when the user double-clicks the PivotTable field. 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 EnableFieldDialog As Boolean
    Get
    Set
'Usage
Dim instance As PivotTable
Dim value As Boolean

value = instance.EnableFieldDialog

instance.EnableFieldDialog = value
bool EnableFieldDialog { get; set; }

Property Value

Type: System.Boolean

Remarks

Setting this property for a PivotTable report sets it for all fields in that report.

See Also

Reference

PivotTable Interface

PivotTable Members

Microsoft.Office.Interop.Excel Namespace