Exchanges values for the current column or row with those at the specified position.
Source position: grids.pas line 419
protected procedure TVirtualGrid.ExchangeColRow(
IsColumn: Boolean;
index: Integer;
WithIndex: Integer
);