在C#中,如果要删除DataTable中的某一行,大约有以下几种办法:. 1,使用DataTable.Rows.Remove(DataRow),或者DataTable.Rows.RemoveAt(index);可以 ...
確定! 回上一頁