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

Reference

SpreadActions class

 

 


Copyright © GrapeCity, inc. All rights reserved.

Send comments on this topic.