Loading...
 
Skip to main content

User Interface Features

Spreadsheets help UI Features from the Jquery sheet interface
Add row after selection or to the end if no selectionAdd row before selection or to end if no selectionAdd multiple rows after selection or to the end if no selectionDelete selected rowAdd column after selection or to the end if no selectionAdd column before selection or to the end if no selectionAdd multiple columns after selection or to the end if no selectionDelete selected columnGet Cell Range
ABCD
1Cell Navigation Result Dependancy Synonym
2Left Arrow Active cell moves left if possible. jQuery.sheet.evt.cellClick() jS.evt.cellClick()
3Right Arrow Active cell moves right if possible. jQuery.sheet.evt.cellClick() jS.evt.cellClick()
4Up Arrow Active cell moves up if possible. jQuery.sheet.evt.cellClick() jS.evt.cellClick()
5Down Arrow Active cell moves down if possible. jQuery.sheet.evt.cellClick() jS.evt.cellClick()
6Escape Active cell is removed from focus. jQuery.sheet.evt.cellEditAbandon() jS.evt.cellEditAbandon()
7Enter Starts in-place edit / Active cell moves
down if possible.
jQuery.sheet.evt.formulaKeyDown() jS.evt.formulaKeyDown()
8Ctrl + Enter Ends in-place edit / Active cell moves
down if possible.
jQuery.sheet.evt.formulaKeyDown() jS.evt.formulaKeyDown()
9Tab Active cell moves right if possible. jQuery.sheet.evt.cellClick() jS.evt.cellClick()
User Interface Features