DataGridViewRowCollection.List Property

Definition

Gets an array of DataGridViewRow objects.

protected:
 property System::Collections::ArrayList ^ List { System::Collections::ArrayList ^ get(); };
protected System.Collections.ArrayList List { get; }
member this.List : System.Collections.ArrayList
Protected ReadOnly Property List As ArrayList

Property Value

An array of DataGridViewRow objects.

Remarks

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

Applies to

See also