ColumnHeader::Index Property
.NET Framework (current version)
Gets the location with the ListView control's ListView::ColumnHeaderCollection of this column.
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
Property Value
Type: System::Int32The zero-based index of the column header within the ListView::ColumnHeaderCollection of the ListView control it is contained in.
The value of this property does not necessarily correspond to the current visual position of the column header within the ListView. This can be due to the user reordering the column headers at run time (when the AllowColumnReorder property is set to true). If the ColumnHeader is not contained within a ListView control this property returns a value of -1.
.NET Framework
Available since 1.1
Available since 1.1
Show: