
Gets or sets the coordinates, in twips, of the upper-left corner of the document's visible part relative to the upper-left corner of the complete document.
[C#]
public Point ScrollLocation { get; set; }
[Visual Basic]
Public Property ScrollLocation() As Point
Runtime only.