DataGridViewRowCollection::List Property

 

Gets an array of DataGridViewRow objects.

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

protected:
property ArrayList^ List {
	ArrayList^ get();
}

Property Value

Type: System.Collections::ArrayList^

An array of DataGridViewRow objects.

The List unshares all the rows in the DataGridViewRowCollection, so you should avoid using this property.

.NET Framework
Available since 2.0
Return to top
Show: