var instance = new GC.Spread.Sheets.FormulaTextBox.FormulaTextBox(host, options); var returnValue; // Type: string returnValue = instance.text(value);
function text( value : string ) : string;
Parameters
- value
- The text.
Return Value
If no value is set, returns the text; otherwise, there is no return value.