There is
DataTable dt It has a couple of lines. I can delete a line like this:
dtRows[0].Delete(). Question : How exactly instead of the deleted line to add another, precisely for the same index?
There is
DataTable dt It has a couple of lines. I can delete a line like this:
dtRows[0].Delete(). Question : How exactly instead of the deleted line to add another, precisely for the same index?
Source: https://ru.stackoverflow.com/questions/511104/
All Articles