Wimark.Controls Class Library  

DataGridView.GetSelectedColumnIndices Method

Returns a collection of column indices selected by the user.

[Visual Basic]
Public Function GetSelectedColumnIndices( _
   ByVal includePartiallySelected As Boolean _
) As DataGridView.DataGridViewSelectedIndexCollection 
[C#]
public DataGridView.DataGridViewSelectedIndexCollection GetSelectedColumnIndices( 
   bool includePartiallySelected 
);
[C++]
public: DataGridView.DataGridViewSelectedIndexCollection* GetSelectedColumnIndices( 
   bool includePartiallySelected 
);

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

DataGridView Class | DataGridView Members | Wimark.Controls Namespace