Copy from VB.NET DataGridView into Excel -
i'm trying copy datagridview control , paste excel. copy works, cell widths remain narrow , data isn't formatted properly. highlighting column , attempting auto-size doesn't work. there can in grid control make work better?
vs2013 vb.net framework 4.5.2
edit: it's datagridview defaults. it's loaded dataset statement:
grid.datasource = _griddata.tables(0) (where grid datagridview , _griddata dataset)
Comments
Post a Comment