Spread.Sheets Documentation
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

 

 


Copyright © GrapeCity, inc. All rights reserved.

Send comments on this topic.