DataGridViewRowCollection(DataGridView) 构造函数

定义

初始化 DataGridViewRowCollection 类的新实例。

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)

参数

适用于

另请参阅