DataGridViewCellCollection(DataGridViewRow) 构造函数

定义

初始化 DataGridViewCellCollection 类的新实例。

public:
 DataGridViewCellCollection(System::Windows::Forms::DataGridViewRow ^ dataGridViewRow);
public DataGridViewCellCollection (System.Windows.Forms.DataGridViewRow dataGridViewRow);
new System.Windows.Forms.DataGridViewCellCollection : System.Windows.Forms.DataGridViewRow -> System.Windows.Forms.DataGridViewCellCollection
Public Sub New (dataGridViewRow As DataGridViewRow)

参数

dataGridViewRow
DataGridViewRow

拥有该集合的 DataGridViewRow

适用于

另请参阅