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

Reference

Commands type