GcSpread.Sheets Namespace > SpreadActions class : moveToNextCellThenControl Method |
var value; // Type: any value = GcSpread.Sheets.SpreadActions.moveToNextCellThenControl();
function moveToNextCellThenControl() : any;
activeSheet.addKeyMap(GcSpread.Sheets.Key.tab, false, false, false, false, GcSpread.Sheets.SpreadActions.moveToNextCellThenControl); // Tab key activeSheet.addKeyMap(GcSpread.Sheets.Key.tab, false, true, false, false, GcSpread.Sheets.SpreadActions.moveToPreviousCellThenControl); // Shift key and Tab key