Performs a move operation for the column or row at the specified position.
Source position: grids.pas line 1022
protected procedure TCustomGrid.DoOPMoveColRow(
IsColumn: Boolean;
FromIndex: Integer;
ToIndex: Integer
);