Sdílet prostřednictvím


DataGridViewRowCollection.List Vlastnost

Definice

Získá pole DataGridViewRow objektů.

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

Hodnota vlastnosti

ArrayList

Pole DataGridViewRow objektů.

Poznámky

Zruší List sdílení všech řádků v souboru DataGridViewRowCollection, takže byste se měli vyhnout použití této vlastnosti.

Platí pro

Viz také