SpreadJS Documentation
navigationEnd Method
Moves the active cell to the last column.
Syntax
var value; // Type: any
value = GcSpread.Sheets.SpreadActions.navigationEnd();
function navigationEnd() : any;
Example
This example uses the navigationEnd method.
activeSheet.addKeyMap(GcSpread.Sheets.Key.tab,  false, false, false, false, GcSpread.Sheets.SpreadActions.navigationEnd); 
See Also

Reference

SpreadActions class

 

 


Copyright © GrapeCity, inc. All rights reserved.

Send comments on this topic.