Rows) { //每個資料列的內容} //新增一筆資料DataRow newRow = dataset.Tables["資料表名稱"].NewRow(); newRow["id"] = 999; newRow["header"] = 111; dataset.
確定! 回上一頁