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

Reference

Commands type