insert initial row in dataset

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I have a DataSet I will be writing out to an excel file, and first Id like to
insert (at the top) names of the Columns. I want to put the names in an xml
file to make them easily configurable, so I was wondering if it was possible
to do something like
ds.insert (< column name 1>,<column name 2>, etc ..
ds.databind ( or whatever command)
Thanks, Mark
 
Back
Top