|
|
Contents | Index
SCROLL
Scroll the view of a data editor window.
Syntax: SCROLL (data.set.name,
[top.left.cell.address]) Reply: new.top.left.cell.address successful null unsuccessful This command "scrolls" a data editor window so that the given cell is the one at the top-left corner of the window. To scroll to a new absolute top-left cell address, the address should be in the format "RnCn", such as "R12C2". To move relative to the current top-left cell position, use a "+" or "-" prefix with the required offset, such as "R+1", or "R-1C-1", or "C+3". You can omit passing a cell.address if you just wish to find the current top-left cell address. |
|
|