This code does nothing more than move a selected line in a datagridview .
btnup - > throws the selected line up.
butndown - > plays the selected line down.
DOUBT: My question is, how to move only the selected cell, not the entire row.
I've put the code in the pastebin to get the question cleaner.