SpreadJS Documentation
remove Method
The custom function description name.
Removes a custom function description.
Syntax
var instance = new GcSpread.Sheets.FormulaTextBox(host);
var value; // Type: any
value = instance.remove(name);
function remove( 
   name : string
) : any;

Parameters

name
The custom function description name.
See Also

Reference

FormulaTextBox type

 

 


Copyright © GrapeCity, inc. All rights reserved.

Send comments on this topic.