DataGridView.CreateRowsInstance Metodo

Definizione

Crea e restituisce un nuovo DataGridViewRowCollectionoggetto .

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

Valori restituiti

Oggetto vuoto DataGridViewRowCollection.

Si applica a

Vedi anche