XlsPivotTable
EnableFieldDialog Property
|
True if the PivotTable Field dialog box is available when the user
double-clicks the PivotTable field. The default value is True.
Namespace:
Spire.Xls.Core.Spreadsheet.PivotTables
Assembly:
Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
public bool EnableFieldDialog { get; set; }
Public Property EnableFieldDialog As Boolean
Get
Set
public:
property bool EnableFieldDialog {
bool get ();
void set (bool value);
}
member EnableFieldDialog : bool with get, set
Property Value
Type:
Boolean
See Also