PrintOptions {xlcharts}R Documentation

PrintOptions

Description

Worksheet print options

https://openpyxl.readthedocs.io/en/stable/api/openpyxl.worksheet.page.html

Usage

PrintOptions(
  horizontalCentered = NULL,
  verticalCentered = NULL,
  headings = NULL,
  gridLines = NULL,
  gridLinesSet = NULL,
  ...
)

Arguments

horizontalCentered

horizontalCentered

verticalCentered

verticalCentered

headings

headings

gridLines

gridLines

gridLinesSet

gridLinesSet

...

Additional arguments, i.e. kwargs.

Value

An openpyxl Python object.

Examples

## Not run: 
PrintOptions()

## End(Not run)


[Package xlcharts version 0.0.2 Index]