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

Reference

SpreadActions class

 

 


Copyright © GrapeCity, inc. All rights reserved.

Send comments on this topic.