DataGridViewColumnCollection Constructor (DataGridView^)

 

Initializes a new instance of the DataGridViewColumnCollection class for the given DataGridView.

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

public:
DataGridViewColumnCollection(
	DataGridView^ dataGridView
)

Parameters

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

The DataGridView that created this collection.

.NET Framework
Available since 2.0
Return to top
Show: