The index of this column. This index does not necessarily correspond to the current visual position of the column in the ListView, because the user may orerder columns if the allowColumnReorder property is true.
[Visual Basic] Public ReadOnly Property Index As Integer [C#] public int Index {get;} [C++] public: __property int get_Index(); [JScript] public function get Index() : int;
int The index of this column
ColumnHeader Class | ColumnHeader Members | System.WinForms Namespace