SpreadJS Documentation
navigationNextSheet Method
Moves the active sheet to the next sheet.
Syntax
var value; // Type: any
value = GcSpread.Sheets.SpreadActions.navigationNextSheet();
function navigationNextSheet() : any;
Example
This example uses the navigationNextSheet action.
activeSheet.addKeyMap(GcSpread.Sheets.Key.a, false, false, false, false, GcSpread.Sheets.SpreadActions.navigationNextSheet);
See Also

Reference

SpreadActions class

 

 


Copyright © GrapeCity, inc. All rights reserved.

Send comments on this topic.