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

プロパティ値

DataGridViewRow オブジェクトの配列。

注釈

では ListDataGridViewRowCollectionのすべての行の共有が解除されるため、このプロパティの使用は避ける必要があります。

適用対象

こちらもご覧ください