Performs an exchange for the columns or rows with the specified indexes.
Source position: grids.pas line 1020
protected procedure TCustomGrid.DoOPExchangeColRow(
IsColumn: Boolean;
index: Integer;
WithIndex: Integer
);