Posted 20 December 2017, 1:58 pm EST
Hello,
is there a way to change the current active cell and also scroll inside the spreadsheet to the cell that is active?
Scenario:
- current active cell is A1
- change the current active cell using:
spreadsheet.workbook.getActiveSheet().setActiveCell(99,5)
current active change to F100 - At this point I can’t see the current active cell and I need to scroll down to find the F100.
So, is there a way I can not only change the current active cell but also scroll automatically until the current active cell (F100) is shown.
Regards
Román
