var instance = new GC.Spread.Sheets.FormulaTextBox.FormulaTextBox(host, options); var returnValue; // Type: boolean returnValue = instance.showHelp(value);
function showHelp( value : boolean ) : boolean;
Parameters
- value
- Whether to display the function's help tip when editing.
Return Value
If no value is set, returns whether the text box displays the function's help tip when editing; otherwise, there is no return value.