DataGridViewCellCollection(DataGridViewRow) Konstruktor

Definition

Initialisiert eine neue Instanz der DataGridViewCellCollection-Klasse.

public:
 DataGridViewCellCollection(System::Windows::Forms::DataGridViewRow ^ dataGridViewRow);
public DataGridViewCellCollection (System.Windows.Forms.DataGridViewRow dataGridViewRow);
new System.Windows.Forms.DataGridViewCellCollection : System.Windows.Forms.DataGridViewRow -> System.Windows.Forms.DataGridViewCellCollection
Public Sub New (dataGridViewRow As DataGridViewRow)

Parameter

dataGridViewRow
DataGridViewRow

Die DataGridViewRow, die die Auflistung besitzt.

Gilt für

Siehe auch