DataGridViewCellCollection Constructor (DataGridViewRow^)

 

Initializes a new instance of the DataGridViewCellCollection class.

Namespace:   System.Windows.Forms
Assembly:  System.Windows.Forms (in System.Windows.Forms.dll)

public:
DataGridViewCellCollection(
	DataGridViewRow^ dataGridViewRow
)

Parameters

dataGridViewRow
Type: System.Windows.Forms::DataGridViewRow^

The DataGridViewRow that owns the collection.

.NET Framework
Available since 2.0
Return to top
Show: