Package ortus.boxlang.spreadsheet.bifs
Class SpreadsheetGetCellFormula
java.lang.Object
ortus.boxlang.runtime.bifs.BIF
ortus.boxlang.spreadsheet.bifs.SpreadsheetGetCellFormula
@BoxBIF(description="Gets the formula for a for an Excel spreadsheet object cell, or all formulas for the object.")
public class SpreadsheetGetCellFormula
extends ortus.boxlang.runtime.bifs.BIF
- 
Field SummaryFields inherited from class ortus.boxlang.runtime.bifs.BIF__functionName, __isMemberExecution, asyncService, cacheService, componentService, declaredArguments, functionService, interceptorService, logger, moduleService, runtime, schedulerService
- 
Constructor SummaryConstructors
- 
Method SummaryMethods inherited from class ortus.boxlang.runtime.bifs.BIFannounce, getDeclaredArguments, invoke
- 
Constructor Details- 
SpreadsheetGetCellFormulapublic SpreadsheetGetCellFormula()Constructor
 
- 
- 
Method Details- 
_invokepublic Object _invoke(ortus.boxlang.runtime.context.IBoxContext context, ortus.boxlang.runtime.scopes.ArgumentsScope arguments) Gets the formula for a for an Excel spreadsheet object cell, or all formulas for the object.- Specified by:
- _invokein class- ortus.boxlang.runtime.bifs.BIF
- Parameters:
- context- The context in which the BIF is being invoked.
- arguments- Argument scope for the BIF.
- Returns:
- The formula of the specified cell, or a struct of all formulas if row/column not specified.
 
 
-