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

Reference

SpreadActions class

 

 


Copyright © GrapeCity, inc. All rights reserved.

Send comments on this topic.