property Column.Caption as String
Retrieves or sets the text displayed to the column's header.

TypeDescription
String A String expression that specifies the column's caption to be displayed on the control' headers.
By default, the Caption property is initialized with the name of the column as it is loaded. The Caption property supports built-HTML tags, so you can include icons or images using the <img> tags. The PivotCaption property specifies the caption of the column to be displayed on the floating columns panel. The SortType property indicates the sorting type for the column, so it indicates the type of filter being shown. The FormatPivotHeader property indicates the format of the caption to be displayed on the headers. The caption keyword in the FormatPivotHeader property indicates the Caption property of the Column object.

The following screen shot shows where the Caption goes:

The Caption property supports the following HTML tags: