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
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