var instance = new GC.Spread.Sheets.FormulaTextBox.FormulaTextBox(host, options); var value; // Type: any value = instance.add(functionDescription);
function add( functionDescription : IFunctionDescription ) : any;
Parameters
- functionDescription
- The function description to add. This can be an array. See the Remarks for more information.