正确:
Datatables("窗口1_table1").DataCols.Add("本期结余", GetType(Double))
或:
t.DataTable.DataCols.Add("本期结余", GetType(Double))
参考
http://www.foxtable.com/help/topics/1428.htm