DataGridViewRowCollection(DataGridView) Constructor

Definition

Initializes a new instance of the DataGridViewRowCollection class.

public:
 DataGridViewRowCollection(System::Windows::Forms::DataGridView ^ dataGridView);
public DataGridViewRowCollection (System.Windows.Forms.DataGridView dataGridView);
new System.Windows.Forms.DataGridViewRowCollection : System.Windows.Forms.DataGridView -> System.Windows.Forms.DataGridViewRowCollection
Public Sub New (dataGridView As DataGridView)

Parameters

dataGridView
DataGridView

The DataGridView that owns the DataGridViewRowCollection.

Applies to

See also