DataGridViewCellCollection(DataGridViewRow) Конструктор

Определение

Инициализирует новый экземпляр класса 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)

Параметры

dataGridViewRow
DataGridViewRow

Объект DataGridViewRow, которому принадлежит данная коллекция.

Применяется к

См. также раздел