Wimark.Controls Class Library  

DataGridView.GetSelectedRowIndices Method

Returns a collection of row indices selected by the user.

[Visual Basic]
Public Function GetSelectedRowIndices( _
   ByVal includePartiallySelected As Boolean _
) As DataGridView.DataGridViewSelectedIndexCollection 
[C#]
public DataGridView.DataGridViewSelectedIndexCollection GetSelectedRowIndices( 
   bool includePartiallySelected 
);
[C++]
public: DataGridView.DataGridViewSelectedIndexCollection* GetSelectedRowIndices( 
   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