WebStringGrid

I want to ask what if using the WebStringGrid component can cell focus?

This code snippet sets focus on cell 2,2:

begin
  webstringgrid1.Col := 2;
  webstringgrid1.Row := 2;
  webstringgrid1.SetFocus;
end;

Ok. thanks