DataGridViewRowCollection.List Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Spolupracujte s námi na GitHubu
Zdroj tohoto obsahu najdete na GitHubu, kde můžete také vytvářet a kontrolovat problémy a žádosti o přijetí změn. Další informace najdete v našem průvodci pro přispěvatele.