SpreadJS Documentation
GC.Spread.Sheets Namespace / Commands type / selectionLast Field
In This Topic
    selectionLast Field
    In This Topic
    Represents the command used to extend the selection to the last cell.
    Syntax
    var value; // Type: selectionLast
    value = GC.Spread.Sheets.Commands.selectionLast;
    var selectionLast : selectionLast;
    Example
    This example uses the selectionLast action.
    spread.focus();
    spread.commandManager().setShortcutKey('selectionLast', GC.Spread.Commands.Key.a, false, false, false, false);
    See Also

    Reference

    Commands type