SpreadJS Documentation
clearSelection Method
Clears the selection.
Syntax
var instance = new GcSpread.Sheets.Sheet(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

Sheet type

 

 


Copyright © GrapeCity, inc. All rights reserved.

Send comments on this topic.