Package ortus.boxlang.spreadsheet.bifs
Class SpreadsheetGetCellHyperlink
java.lang.Object
ortus.boxlang.runtime.bifs.BIF
ortus.boxlang.spreadsheet.bifs.SpreadsheetGetCellHyperlink
@BoxBIF(description="Gets the hyperlink from a cell in a spreadsheet.")
public class SpreadsheetGetCellHyperlink
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
-
SpreadsheetGetCellHyperlink
public SpreadsheetGetCellHyperlink()Constructor
-
-
Method Details
-
_invoke
public Object _invoke(ortus.boxlang.runtime.context.IBoxContext context, ortus.boxlang.runtime.scopes.ArgumentsScope arguments) Gets the hyperlink from a cell in a spreadsheet.- Specified by:
_invokein classortus.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 hyperlink information (url, label, type), or null if no hyperlink exists.
-