Link Search Menu Expand Document

Spread.GetScrollPos Method

Explanation Gets the current scroll position.
Call format var pos = Spread1.GetScrollPos( )
Return value Returns the scroll position (top row displayed) with the first row as 0.
Since Ver.3.1.2.0, the following child objects have been added to the return value.
Type Name Description
Number row Row position displayed on the top line
Same as the Value property of the return value.
Number col Column position displayed in the leftmost column
Returns the position of the column displayed in the leftmost column. The first column will be 0.
Arguments None
Exception None
Example of use
Related item SetScrollPos method