HA
haneefm
Syncfusion Team
August 1, 2007 06:03 PM UTC
Hi Phil,
If you want to simulate an actual click on cell 1,0, the below code snippet does that. It uses a utility method to do the fake click.
Dim pt As Point = grid.ViewLayout.RowColToPoint(1, 0)
pt.Offset(2, 2)
Syncfusion.Drawing.ActiveXSnapshot.FakeLeftMouseClick(grid, pt)
Best regards,
Haneef