IPivotTableOptions
DisplayFieldCaptions Property
|
Gets/sets value controlling whether or not filter buttons and PivotField
captions for rows and columns are displayed in the grid.
Namespace:
Spire.Xls.Core
Assembly:
Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
bool DisplayFieldCaptions { get; set; }
Property DisplayFieldCaptions As Boolean
Get
Set
property bool DisplayFieldCaptions {
bool get ();
void set (bool value);
}
abstract DisplayFieldCaptions : bool with get, set
Property Value
Type:
Boolean
See Also