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

Reference

Commands type