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