Moves either a column or a row using the specified index positions.
Source position: grids.pas line 418
protected procedure TVirtualGrid.MoveColRow(
IsColumn: Boolean;
FromIndex: Integer;
ToIndex: Integer
);