C# DataTable Column '' is read only.

   foreach (System.Data.DataColumn col in dt1.Columns) col.ReadOnly = false;

 

posted @ 2021-01-20 14:31  enych  阅读(609)  评论(0编辑  收藏  举报