Auto completion of cell entries

I would like to turn off the auto completion of cell entries in an AdvStringGrid component.  If a user previously entered "100" and then enters "1" in another cell, the new cell entry automatically shows "100".  The property is probably in front of my eyes, but I cannot find it.  Thanks in advance. 

Paul

Make sure grid.Lookup = false and grid.LookupHistory = false

Thanks.  I knew it had to be something simple and obvious.