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

Reference

SpreadActions class

 

 


Copyright © GrapeCity, inc. All rights reserved.

Send comments on this topic.