标签:nbsp string col table 加一列 tab 增加 column typeof
ds.Tables[0].Columns.Add("TJFS", typeof(string));
for (int i = 0; i < ds.Tables[0].Rows.Count; i++)
{
ds.Tables[0].Rows[i]["TJFS"] = "无调减";
}
标签:nbsp string col table 加一列 tab 增加 column typeof
原文地址:https://www.cnblogs.com/Anthony518/p/11570386.html