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

Reference

SpreadActions class

 

 


Copyright © GrapeCity, inc. All rights reserved.

Send comments on this topic.