DataGridView.CreateRowsInstance Método

Definición

Crea y devuelve un nuevo objeto 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

Devoluciones

DataGridViewRowCollection

Objeto DataGridViewRowCollection vacío.

Se aplica a

Consulte también