Package ortus.boxlang.spreadsheet.bifs
Class SpreadsheetGetForceFormulaRecalculation
java.lang.Object
ortus.boxlang.runtime.bifs.BIF
ortus.boxlang.spreadsheet.bifs.SpreadsheetGetForceFormulaRecalculation
@BoxBIF(description="Gets whether formulas will be recalculated when the spreadsheet is opened")
public class SpreadsheetGetForceFormulaRecalculation
extends ortus.boxlang.runtime.bifs.BIF
-
Field Summary
Fields inherited from class ortus.boxlang.runtime.bifs.BIF
__functionName, __isMemberExecution, asyncService, cacheService, componentService, declaredArguments, functionService, interceptorService, logger, moduleService, runtime, schedulerService -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class ortus.boxlang.runtime.bifs.BIF
announce, getDeclaredArguments, invoke
-
Constructor Details
-
SpreadsheetGetForceFormulaRecalculation
public SpreadsheetGetForceFormulaRecalculation()
-
-
Method Details
-
_invoke
public Object _invoke(ortus.boxlang.runtime.context.IBoxContext context, ortus.boxlang.runtime.scopes.ArgumentsScope arguments) - Specified by:
_invokein classortus.boxlang.runtime.bifs.BIF
-