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

Reference

Commands type