NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

ColumnHeader.Index

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;

Property Value

int The index of this column

See Also

ColumnHeader Class | ColumnHeader Members | System.WinForms Namespace