ColumnHeaders

This property returns a reference to a collection of ColumnHeader objects.

Syntax

object.ColumnHeaders

Parameters

object
Object expression that evaluates to a ListView control.

Remarks

You can manipulate ColumnHeader objects using standard collection methods, such as the Remove method. You can access each ColumnHeader in the collection either by its Index or by a unique key, stored in the Key property.