ColumnClick

This event occurs when a user chooses a column header in a ListView control.

Syntax

Private Sub listview_ColumnClick(index)

Parameters

listview
Object expression that evaluates to a ListView control.
columnheader
Index of the selected ColumnHeader object.

Remarks

The ColumnClick event occurs only if the View property of the ListView control is set to lvwReport.