PivotTable.DisplayFieldCaptions Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Controls whether or not filter buttons and PivotField captions for rows and columns are displayed in the grid. Read/write.
public:
property bool DisplayFieldCaptions { bool get(); void set(bool value); };
public bool DisplayFieldCaptions { get; set; }
Public Property DisplayFieldCaptions As Boolean
Property Value
Boolean
Remarks
The default value is True.