Learn R Programming

xlcharts (version 0.0.1)

PrintOptions: 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,
  ...
)

Value

An openpyxl Python object.

Arguments

horizontalCentered

horizontalCentered

verticalCentered

verticalCentered

headings

headings

gridLines

gridLines

gridLinesSet

gridLinesSet

...

Additional arguments, i.e. kwargs.

Examples

Run this code
if (FALSE) {
PrintOptions()
}

Run the code above in your browser using DataLab