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

Reference

SpreadActions class

 

 


Copyright © GrapeCity, inc. All rights reserved.

Send comments on this topic.