Udostępnij za pośrednictwem


DataGridViewCellCollection(DataGridViewRow) Konstruktor

Definicja

Inicjuje nowe wystąpienie klasy DataGridViewCellCollection.

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)

Parametry

dataGridViewRow
DataGridViewRow

Obiekt DataGridViewRow , który jest właścicielem kolekcji.

Dotyczy

Zobacz też