DataGridViewSelectedRowCollection Class

Represents a collection of DataGridViewRow objects that are selected in a DataGridView.   

Namespace: elsystem.windows.forms

Properties

  Additional properties, methods, and events are described in the classes listed under Inheritance Hierarchy (see below).

  Name Type Description
Public property Count int Gets the total number of elements in the collection.
Public property Items int Gets the row at the specified index location.
Methods
  Name Description
Public property Contains(row) True if the specified row is contained in the collection.
Inheritance Hierarchy

elsystem.Object

elsystem.DotNetObject

elsystem.windows.forms.DataGridViewSelectedRowCollection