DataGridViewRowCollection.List 屬性

定義

取得 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

屬性值

ArrayList

DataGridViewRow 物件的陣列。

備註

List 取消共用 中的所有 DataGridViewRowCollection 資料列,因此您應該避免使用這個屬性。

適用於

另請參閱