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

適用対象

こちらもご覧ください