Spread.Sheets Documentation
selectNextControl Field
GC.Spread.Sheets Namespace > Commands type : selectNextControl Field
Represents the command used to select the next control.
Syntax
var value; // Type: selectNextControl
value = GC.Spread.Sheets.Commands.selectNextControl;
var selectNextControl : selectNextControl;
Example
This example maps the selectNextControl action to the Tab key.
spread.commandManager().setShortcutKey('selectNextControl', GC.Spread.Commands.Key.tab, false, false, false, false); // Tab key
spread.commandManager().setShortcutKey('selectPreviousControl', GC.Spread.Commands.Key.tab, false, true, false, false); // Shift key and Tab key
See Also

Reference

Commands type