Does anyone know a way to move a row in a table?
I have a table with dynamic number of row, that I want to manipulate by code (interop c#). For example I want to move the row with the index 5 to index 8 or the other way round (index 8 to index 5).
Anyone an idea?