DataGridViewRowCollection::Contains Method (DataGridViewRow^)

 

Determines whether the specified DataGridViewRow is in the collection.

Namespace:   System.Windows.Forms
Assembly:  System.Windows.Forms (in System.Windows.Forms.dll)

public:
virtual bool Contains(
	DataGridViewRow^ dataGridViewRow
)

Parameters

dataGridViewRow
Type: System.Windows.Forms::DataGridViewRow^

The DataGridViewRow to locate in the DataGridViewRowCollection.

Return Value

Type: System::Boolean

true if the DataGridViewRow is in the DataGridViewRowCollection; otherwise, false.

.NET Framework
Available since 2.0
Return to top
Show: