Spread.Sheets Documentation
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

 

 


Copyright © GrapeCity, inc. All rights reserved.

Send comments on this topic.