Aracılığıyla paylaş


DataGridViewRow.CreateCellsInstance Yöntem

Tanım

Bu satırı temel alan yeni bir hücre koleksiyonu oluşturur.

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

Döndürülenler

Yeni oluşturulan DataGridViewCellCollection.

Açıklamalar

Bu yöntem, özelliği 0 olarak ayarlanmış bir boş DataGridViewCellCollectionCount oluşturur.

Devralanlara Notlar

Türetilmiş sınıflar genellikle yönteminin CreateCellsInstance() kendi sürümünü uygulamalı ve temel sınıf sürümünü çağırmamalıdır.

Şunlara uygulanır

Ayrıca bkz.