Spread.Sheets Documentation
navigationPageUp Field
GC.Spread.Sheets Namespace > Commands type : navigationPageUp Field
Represents the command used to move the active cell up one page of rows.
Syntax
var value; // Type: navigationPageUp
value = GC.Spread.Sheets.Commands.navigationPageUp;
var navigationPageUp : navigationPageUp;
Example
This example uses the navigationPageUp action.
spread.commandManager().setShortcutKey("navigationPageUp", GC.Spread.Commands.Key.a, false, false, false, false);
See Also

Reference

Commands type