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

TCustomGrid.DoOPInsertColRow

Performs an inserting for a column or a row at the specified position.

Declaration

Source position: grids.pas line 1021

protected procedure TCustomGrid.DoOPInsertColRow(

  IsColumn: Boolean;

  index: Integer

);