dataGridView.Rows.Add(
metaData.Offset.ToString("X2"),
metaData.Length,
metaData.Format, // This parameter goes to a ComboBox cell which throws an
metaData.Description, // exception above
null,
null);
プログラムでデータを に割り当てる有効な方法は何DataGridViewComboBoxCell
ですか?