SpreadJS Documentation
canUserEditFormula Method
Whether the user can edit formulas in a cell in the spreadsheet.
Gets or sets whether to allow the user to edit formulas in a cell in the spreadsheet.
Syntax
var instance = new GcSpread.Sheets.Spread(host, options);
var returnValue; // Type: Object
returnValue = instance.canUserEditFormula(value);
function canUserEditFormula( 
   value : boolean
) : Object;

Parameters

value
Whether the user can edit formulas in a cell in the spreadsheet.

Return Value

true if the user can edit formulas in a cell in the spreadsheet; otherwise, false.
Example
This example specifies that users can edit formulas in the spreadsheet.
spread.canUserEditFormula(true);
Remarks
The default value is true.
See Also

Reference

Spread type
Using Formulas

 

 


Copyright © GrapeCity, inc. All rights reserved.

Send comments on this topic.