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

Reference

SpreadActions class

 

 


Copyright © GrapeCity, inc. All rights reserved.

Send comments on this topic.