SpreadJS Documentation
navigationDown Method
Moves the active cell to the next row.
Syntax
var value; // Type: any
value = GcSpread.Sheets.SpreadActions.navigationDown();
function navigationDown() : any;
Example
This example maps the navigationDown key.
activeSheet.addKeyMap(GcSpread.Sheets.Key.tab, false, false, false, false, GcSpread.Sheets.SpreadActions.navigationDown); // Tab key
activeSheet.addKeyMap(GcSpread.Sheets.Key.tab, false, true, false, false, GcSpread.Sheets.SpreadActions.navigationBottom); // Shift key and Tab key
See Also

Reference

SpreadActions class

 

 


Copyright © GrapeCity, inc. All rights reserved.

Send comments on this topic.