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

Reference

Commands type