Package ortus.boxlang.spreadsheet.bifs
Class SpreadsheetGetActiveCell
java.lang.Object
ortus.boxlang.runtime.bifs.BIF
ortus.boxlang.spreadsheet.bifs.SpreadsheetGetActiveCell
@BoxBIF(description="Gets the currently active/selected cell.")
public class SpreadsheetGetActiveCell
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- 
SpreadsheetGetActiveCellpublic SpreadsheetGetActiveCell()Constructor
 
- 
- 
Method Details- 
_invokepublic Object _invoke(ortus.boxlang.runtime.context.IBoxContext context, ortus.boxlang.runtime.scopes.ArgumentsScope arguments) Gets the currently active/selected cell. Returns a struct with keys "row" and "column" (both 1-based).- 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:
- A struct with keys "row" and "column" (both 1-based).
 
 
-