Link Search Menu Expand Document

Spread.SetScrollPos Method

Explanation Set the scroll position.
Scrolls to the position where the row specified by row appears in the display area (not the first row, but as much as necessary for display).

Since ver3.1.2.0, col can be specified. Scrolls so that the cells specified by row and col are included in the display range.
Call format Spread1.SetScrollPos( row [, col> ] )
Return value None
Arguments integer row row position
0 is the top line. Every time the value increases by 1, it goes down one row.
integer col column position
0 is the leftmost column. Every time the value increases by 1, it becomes one column to the right.
Exception None
Example of use
    
Related item GetScrollPos method