Parameters
- cols
- The number of rows to scroll.
- rows
- The number of columns to scroll.
Positive offsets scroll right and down. Negative offsets scroll left and up. Column offsets that are out of range cause a trappable error. Row offsets that are out of range scroll to the beginning or end of the database.
The same effect can be achieved by setting the LeftCol and TopIndex properties, but these must be set independently.