property Pivot.FormatPivotHeader as String
Specifies the format to display the columns in the pivot bar.

TypeDescription
String A String expression that determines the format to show the column's caption in the control's pivot bar.
By default, the FormatPivotHeader property is "iaggregate ? (caggregate + ' of ' + caption) : caption", which indicates that the column's default caption is being displayed in no aggregate function is associated with the column, and Caption of the Aggregate object associated with the column, followed by of keyword, and the column's caption, something like Sum of Column 1. Use the FormatPivotHeader property to determine the way the column displays the captions in the control.

The following keywords are supported by the FormatPivotHeader expression:

This property/method supports predefined constants and operators/functions as described here.