Move given row to the specified position
BOOL SetRowPosition( int nRow, int nPos )
true on successful or false on failure
Example codes can be pasted to doExample() function in GridControl's examples to run
m_GridCtrl.SetRowPosition(3,5);
GridControl.h