DataGridViewRowCollection Constructor (DataGridView^)

 

Initializes a new instance of the DataGridViewRowCollection class.

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

public:
DataGridViewRowCollection(
	DataGridView^ dataGridView
)

Parameters

dataGridView
Type: System.Windows.Forms::DataGridView^

The DataGridView that owns the DataGridViewRowCollection.

.NET Framework
Available since 2.0
Return to top
Show: