このようなC#のテーブルがあります
DataTable table = new DataTable();
table.Columns.Add("", typeof(string));
table.Columns.Add("Color", typeof(string));
table.Columns.Add("Brand", typeof(string));
table.Columns.Add("Type", typeof(string));
table.Columns.Add("Seats", typeof(int));
table.Columns.Add("Fuel consumption", typeof(int));
table.Columns.Add("Max. speed", typeof(int));
table.Rows.Add();
1 つのセルに複数の値を入れたい場合、行に値を追加する方法がわかりません。整数としての 5、8...