SpreadJS 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 GcSpread.Sheets.FormulaTextBox(host);
var returnValue; // Type: Object
returnValue = instance.showHelp(value);
function showHelp( 
   value : boolean
) : Object;

Parameters

value
Whether to display the function's help tip when editing.

Return Value

true if the text box displays the function's help tip when editing; otherwise, false.
See Also

Reference

FormulaTextBox type

 

 


Copyright © GrapeCity, inc. All rights reserved.

Send comments on this topic.