|












| |
Contents | Index
MOVE
Move the current cell cursor.
Syntax: MOVE (data.set.name, [cell.address])
Reply:
new.cell.address successful
null unsuccessful
- To move to a new absolute address, the address should be in the format "RnCn",
such as "R12C2".
- To move relative to the current 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 cell
address.
|