For i:=0 to StringGrid1.RowCount-1 do StringGrid1.Rows[i].Clear;
For i:=0 to StringGrid1.ColCount-1 do StringGrid1.Cols[i].Clear;