Wimark.Controls Class Library  

DataGridViewColumn.DisplayIndex Property

Gets or sets the display order of the column relative to the currently displayed columns.

[Visual Basic]
Public Property DisplayIndex As Integer 
[C#]
public int DisplayIndex {get; set;}
[C++]
public: __property int get_DisplayIndex();
public: __property void set_DisplayIndex(int);

Requirements

Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows .NET Server family

See Also

DataGridViewColumn Class | DataGridViewColumn Members | Wimark.Controls Namespace