GcSpread.Sheets Namespace > Sheet type : clearSelection Method |
var instance = new GcSpread.Sheets.Sheet(name); var value; // Type: any value = instance.clearSelection();
function clearSelection() : any;
sheet.addSelection(4, 0, 2, 2); sheet.clearSelection();