DataGridView.CreateRowsInstance Metod

Definition

Skapar och returnerar en ny DataGridViewRowCollection.

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

Returer

En tom DataGridViewRowCollection.

Gäller för

Se även