Ich hatte es in mehreren Versionen Versucht:
Delphi-Quellcode:
StringGrid1.Selection := TGridRect(Rect(2, 1, 2, 1));
StringGrid1.Selection.Left := 2;
StringGrid1.Selection.Top := 1;
StringGrid1.Selection.Right := 2;
StringGrid1.Selection.Bottom := 1;
StringGrid1.Selection.TopLeft := TGridCoord(Point(2, 1));
StringGrid1.Selection.BottomRight := TGridCoord(Point(2, 1));
Und über all heißt es, das der linken Seite nichts zuweisbar ist.