Unit 'Grids' Package
[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] [#lcl]

TCustomGrid.DoOPExchangeColRow

Performs an exchange for the columns or rows with the specified indexes.

Declaration

Source position: grids.pas line 1020

protected procedure TCustomGrid.DoOPExchangeColRow(

  IsColumn: Boolean;

  index: Integer;

  WithIndex: Integer

);