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

Reference

Commands type