Create one DataTable with one column. 11. DataTable myTable = new DataTable("myTable"); ... Rows.Add(NewRow);. 21. } 22. // Change the values in the table.
確定! 回上一頁