DataGridViewRow.CreateCellsInstance メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
この行に基づいて、セルの新しいコレクションを構築します。
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() 実装し、基底クラスのバージョンを呼び出す必要はありません。
適用対象
こちらもご覧ください
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
.NET