建立空白資料表格DataTable 如有需要請先引用System.Data 命名空間 Dim dt As New DataTable ... 再透過DataTable中的Rows集合裡的Add()方法將Row附加到DataTable中。
確定! 回上一頁