Package ortus.boxlang.spreadsheet.bifs
Class SpreadsheetGroupColumns
java.lang.Object
ortus.boxlang.runtime.bifs.BIF
ortus.boxlang.spreadsheet.bifs.SpreadsheetGroupColumns
@BoxBIF(description="Groups columns together in a spreadsheet for outline/collapse functionality")
public class SpreadsheetGroupColumns
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
-
SpreadsheetGroupColumns
public SpreadsheetGroupColumns()Constructor
-
-
Method Details
-
_invoke
public Object _invoke(ortus.boxlang.runtime.context.IBoxContext context, ortus.boxlang.runtime.scopes.ArgumentsScope arguments) Groups columns in a spreadsheet- Specified by:
_invokein classortus.boxlang.runtime.bifs.BIF- Parameters:
context- The current BoxLang contextarguments- The arguments passed to the BIF- Returns:
- The spreadsheet object for method chaining
-