Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在尝试将 MSflexgrid 数据转换为数据表或 XML。
但我不确定这一点。
谁能确认我
你就不能做这样的事吗?
Public Function BuildDataTable() as DataTable For Each myFG In FG.Rows MyDataTable.Rows.Add(myFG .column("ColumnName").ToString) Next return MyDataTable