DataGridViewCellCollection(DataGridViewRow) Constructor

Definition

Initializes a new instance of the DataGridViewCellCollection class.

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)

Parameters

dataGridViewRow
DataGridViewRow

The DataGridViewRow that owns the collection.

Applies to

See also