using the InsertAt method of the DataRowCollection class

G

Guest

Hi all, I've been trying to understand exactly how to insert a newly created
DataRow into a DataRowCollection at a specified row value without much luck.
At first I was just appending the collection with the Add method. That
worked fine, but not the InsertAt method. It always inserts the new row at
the end, just like Add did. Thanks for wathever help you can give.

Cheers,
Derrick
 

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