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

Reference

SpreadActions class

 

 


Copyright © GrapeCity, inc. All rights reserved.

Send comments on this topic.