GcSpread.Sheets Namespace > FormulaTextBox type : showHelp Method |
var instance = new GcSpread.Sheets.FormulaTextBox(host); var returnValue; // Type: Object returnValue = instance.showHelp(value);
function showHelp( value : boolean ) : Object;
true
if the text box displays the function's help tip when editing; otherwise, false
.