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

Reference

Commands type