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

適用於

另請參閱