DataTable dt = new DataTable(); dt.Columns.Add("Column", typeof(string)); foreach (DataRow dr in dt.Rows) dr["Column"] = "AAA";