property PropertiesList.ColumnCaption([Index as Variant]) as String
Retrieves or sets the column's caption.

TypeDescription
Index as Variant A long expression that indicates the index of the column. The valid values are: 0 ( Name column ), 1 ( Value column )
String A string expression that indicates the column's caption.

The ColumnCaption property specifies the column's caption. Use the HeaderVisible property to show the control's header bar. The ColumnWidth property specifies the column's width. By default, the first column's caption is "Name", and the second column's caption is "Value".