insert initial row in dataset

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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top