//③Add rows for DataTable //☆Initialize the row DataRow dr = dt.NewRow(); dr["column0"] = "AX"; dr["column1"] = true; dt.Rows.Add(dr);
確定! 回上一頁