Package ortus.boxlang.spreadsheet.bifs
Class SpreadsheetAddPrintGridlines
java.lang.Object
ortus.boxlang.runtime.bifs.BIF
ortus.boxlang.spreadsheet.bifs.SpreadsheetAddPrintGridlines
@BoxBIF(description="Adds print gridlines to the active sheet or specified sheet.")
public class SpreadsheetAddPrintGridlines
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- 
SpreadsheetAddPrintGridlinespublic SpreadsheetAddPrintGridlines()Constructor
 
- 
- 
Method Details- 
_invokepublic Object _invoke(ortus.boxlang.runtime.context.IBoxContext context, ortus.boxlang.runtime.scopes.ArgumentsScope arguments) Adds print gridlines to the active sheet or specified sheet. Gridlines will print when the document is printed.- 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:
- void
 
 
-