DataGridView.CreateRowsInstance Methode

Definition

Erstellt eine neue DataGridViewRowCollection und gibt diese zurück.

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

Gibt zurück

Ein leerer DataGridViewRowCollection.

Gilt für:

Weitere Informationen