IPivotTableOptions
ShowFieldList Property
|
False to disable the ability to display the field list for the PivotTable.
If the field list was already being displayed it disappears.
Namespace:
Spire.Xls.Core
Assembly:
Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
bool ShowFieldList { get; set; }
Property ShowFieldList As Boolean
Get
Set
property bool ShowFieldList {
bool get ();
void set (bool value);
}
abstract ShowFieldList : bool with get, set
Property Value
Type:
Boolean
See Also