N
noip
I'm sure this is something ridiculously simple or just not possible
without custom coding:
How do I tell a DataGridView NOT to create column headers from the
first row of a data table using an Excel datasource?
All I want to do is have the first row of data from the Excel
worksheet be the first row of data in the DataGridView and NOT be the
column headers.
It would seem to be something simple to ask, but for the life of me, I
cannot find out how to do it. Even in Excel itself, it has a "first
row contains column headers" when importing data. Surely the
DataGridView should let me turn off that kind of feature?
Thanks in advance.
without custom coding:
How do I tell a DataGridView NOT to create column headers from the
first row of a data table using an Excel datasource?
All I want to do is have the first row of data from the Excel
worksheet be the first row of data in the DataGridView and NOT be the
column headers.
It would seem to be something simple to ask, but for the life of me, I
cannot find out how to do it. Even in Excel itself, it has a "first
row contains column headers" when importing data. Surely the
DataGridView should let me turn off that kind of feature?
Thanks in advance.