GcSpread.Sheets Namespace > Spread type : enableFormulaTextbox Method |
var instance = new GcSpread.Sheets.Spread(host, options); var returnValue; // Type: Object returnValue = instance.enableFormulaTextbox(value);
function enableFormulaTextbox( value : boolean ) : Object;
true
if the formula text box is enabled in the spreadsheet; otherwise, false
.spread.enableFormulaTextbox(true);