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

Reference

SpreadActions class

 

 


Copyright © GrapeCity, inc. All rights reserved.

Send comments on this topic.