[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] Reference for unit 'Grids' (#lcl)

TVirtualGrid.ExchangeColRow

Exchanges values for the current column or row with those at the specified position.

Declaration

Source position: grids.pas line 422

protected procedure TVirtualGrid.ExchangeColRow(

  IsColumn: Boolean;

  index: Integer;

  WithIndex: Integer

);