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

Reference

Commands type