GcSpread.Sheets Namespace > Spread type : canUserEditFormula Method |
var instance = new GcSpread.Sheets.Spread(host, options); var returnValue; // Type: Object returnValue = instance.canUserEditFormula(value);
function canUserEditFormula( value : boolean ) : Object;
true
if the user can edit formulas in a cell in the spreadsheet; otherwise, false
.spread.canUserEditFormula(true);