DataGridViewRow.CreateCellsInstance メソッド

定義

この行に基づいて、セルの新しいコレクションを構築します。

protected:
 virtual System::Windows::Forms::DataGridViewCellCollection ^ CreateCellsInstance();
protected virtual System.Windows.Forms.DataGridViewCellCollection CreateCellsInstance ();
abstract member CreateCellsInstance : unit -> System.Windows.Forms.DataGridViewCellCollection
override this.CreateCellsInstance : unit -> System.Windows.Forms.DataGridViewCellCollection
Protected Overridable Function CreateCellsInstance () As DataGridViewCellCollection

戻り値

新しく作成された DataGridViewCellCollection

注釈

このメソッドは、 プロパティを 0 に設定して空DataGridViewCellCollectionCountの を作成します。

注意 (継承者)

通常、派生クラスはメソッドの独自のバージョンを CreateCellsInstance() 実装し、基底クラスのバージョンを呼び出す必要はありません。

適用対象

こちらもご覧ください