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

注解

此方法创建一个空 DataGridViewCellCollection 的 , Count 并将 属性设置为 0。

继承者说明

通常,派生类应实现其自己的方法版本 CreateCellsInstance() ,而不是调用基类版本。

适用于

另请参阅