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。
注解
此方法创建一个空 DataGridViewCellCollection 的 , Count 并将 属性设置为 0。
继承者说明
通常,派生类应实现其自己的方法版本 CreateCellsInstance() ,而不是调用基类版本。