Skip to content

PrintOptions

Source code

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

library("xlcharts")

PrintOptions()