property Column.HTMLCaption as String
Retrieves or sets the text in HTML format displayed in the column's header.

TypeDescription
String A string expression that indicates the column's caption using built-in HTML tags. 

If the HTMLCaption property is empty, the Caption property is displayed in the column's header. If the HTMLCaption property is not empty, the control uses it when displaying the column's header. Use the HeaderHeight property to change the height of the control's header bar. The list of built-in HTML tags supported are here.