DataGridViewCellCollection(DataGridViewRow) Konstruktor

Definice

Inicializuje novou instanci DataGridViewCellCollection třídy.

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

Ten DataGridViewRow vlastní kolekci.

Platí pro

Viz také