DataGridViewRowCollection.List Propriété

Définition

Obtient un tableau d’objets DataGridViewRow.

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

Valeur de propriété

Tableau d'objets DataGridViewRow.

Remarques

Le List annule le partage de toutes les lignes dans , DataGridViewRowCollectionvous devez donc éviter d’utiliser cette propriété.

S’applique à

Voir aussi