SpreadJS Documentation
enableFormulaTextbox Method
Whether to enable the formula text box in the spreadsheet.
Gets or sets whether to enable the formula text box in the spreadsheet.
Syntax
var instance = new GcSpread.Sheets.Spread(host, options);
var returnValue; // Type: Object
returnValue = instance.enableFormulaTextbox(value);
function enableFormulaTextbox( 
   value : boolean
) : Object;

Parameters

value
Whether to enable the formula text box in the spreadsheet.

Return Value

true if the formula text box is enabled in the spreadsheet; otherwise, false.
Example
This example uses the enableFormulaTextbox method.
spread.enableFormulaTextbox(true);
See Also

Reference

Spread type

 

 


Copyright © GrapeCity, inc. All rights reserved.

Send comments on this topic.