SpreadJS Documentation
selectionPageUp Method
Extends the selection up to include one page of rows.
Syntax
var value; // Type: any
value = GcSpread.Sheets.SpreadActions.selectionPageUp();
function selectionPageUp() : any;
Example
This example uses the selectionPageUp action.
activeSheet.addKeyMap(GcSpread.Sheets.Key.a, false, false, false, false, GcSpread.Sheets.SpreadActions.selectionPageUp);
See Also

Reference

SpreadActions class

 

 


Copyright © GrapeCity, inc. All rights reserved.

Send comments on this topic.