XlsPivotTable
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.Spreadsheet.PivotTables
Assembly:
Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
public bool DisplayFieldCaptions { get; set; }
Public Property DisplayFieldCaptions As Boolean
Get
Set
public:
virtual property bool DisplayFieldCaptions {
bool get () sealed;
void set (bool value) sealed;
}
abstract DisplayFieldCaptions : bool with get, set
override DisplayFieldCaptions : bool with get, set
Property Value
Type:
Boolean
Implements
IPivotTable
DisplayFieldCaptions
See Also