SpreadJS Documentation
clearSelection Method
GC.Spread.Sheets Namespace > Worksheet type : clearSelection Method
Clears the selection.
Syntax
var instance = new GC.Spread.Sheets.Worksheet(name);
var value; // Type: any
value = instance.clearSelection();
function clearSelection() : any;
Example
This example clears the selection.
sheet.addSelection(4, 0, 2, 2);
sheet.clearSelection();
See Also

Reference

Worksheet type