Performs a notification when column or row data is inserted in the grid.
Source position: grids.pas line 980
protected procedure TCustomGrid.ColRowInserted(
IsColumn: Boolean;
index: Integer
); virtual;