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

Reference

SpreadActions class

 

 


Copyright © GrapeCity, inc. All rights reserved.

Send comments on this topic.