unselect cell

The answer to this is going to be embarrasingly simple I know - but how do I programatically unselect a cell in a TDBAdvGrid. i.e. set the grid so that no cells are selected?

Did you try to set

DBAdvGrid.ShowSelection := false;

Thanks, but that stops any highlighting of selected cells.

I think my question has a basic flaw as there is always at least one cell shown as selected in the grid therefore there appears to be no need for an 'unselect'.
 
My solution is to select another cell !!!