Programmatic scrolling

Is it possible to scroll the view to an exact point and that this point will be the top left point in the view for example: i want point(100,150) to be the top left point of the view?

hope i was clear.
Thanks,
Adi
goView1.SheetStyle = GoViewSheetStyle.Sheet;
goView1.DocPosition = new PointF(100,150);