Package ortus.boxlang.spreadsheet.bifs
Class SpreadsheetUngroupColumns
java.lang.Object
ortus.boxlang.runtime.bifs.BIF
ortus.boxlang.spreadsheet.bifs.SpreadsheetUngroupColumns
@BoxBIF(description="Removes column grouping in a spreadsheet")
public class SpreadsheetUngroupColumns
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- 
SpreadsheetUngroupColumnspublic SpreadsheetUngroupColumns()Constructor
 
- 
- 
Method Details- 
_invokepublic Object _invoke(ortus.boxlang.runtime.context.IBoxContext context, ortus.boxlang.runtime.scopes.ArgumentsScope arguments) Removes column grouping in a spreadsheet- Specified by:
- _invokein class- ortus.boxlang.runtime.bifs.BIF
- Parameters:
- context- The current BoxLang context
- arguments- The arguments passed to the BIF
- Returns:
- The spreadsheet object for method chaining
 
 
-