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

Reference

SpreadActions class

 

 


Copyright © GrapeCity, inc. All rights reserved.

Send comments on this topic.