GcSpread.Sheets Namespace > Spread type : clearCustomNames Method |
var instance = new GcSpread.Sheets.Spread(host, options); var value; // Type: any value = instance.clearCustomNames();
function clearCustomNames() : any;
activeSheet.setValue(0, 0, 1); activeSheet.setValue(0, 1, 2); activeSheet.setValue(0, 2, 3); spread.addCustomName("customName1","=12", 0, 0); activeSheet.setFormula(1, 0, "customName1"); //spread.clearCustomNames();