BoundColumn bc = new BoundColumn() ;
bc.DataField = 要绑定的字段
bc.HeaderText = ;
DataGridObj.Columns.AddAt(0,bc) ;