Spread.Sheets Documentation
showHelp Method
GC.Spread.Sheets.FormulaTextBox Namespace > FormulaTextBox class : showHelp Method
Whether to display the function's help tip when editing.
Gets or sets whether to display the function's help tip.
Syntax
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.
See Also

Reference

FormulaTextBox class