SpreadJS Documentation
navigationPageUp Method
Moves the active cell up one page of rows.
Syntax
var value; // Type: any
value = GcSpread.Sheets.SpreadActions.navigationPageUp();
function navigationPageUp() : any;
Example
This example uses the navigationPageUp action.
activeSheet.addKeyMap(GcSpread.Sheets.Key.a, false, false, false, false, GcSpread.Sheets.SpreadActions.navigationPageUp);
See Also

Reference

SpreadActions class

 

 


Copyright © GrapeCity, inc. All rights reserved.

Send comments on this topic.