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

Reference

SpreadActions class

 

 


Copyright © GrapeCity, inc. All rights reserved.

Send comments on this topic.