TableStyleInfo {xlcharts}R Documentation

TableStyleInfo

Description

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

Usage

TableStyleInfo(
  name = NULL,
  showFirstColumn = NULL,
  showLastColumn = NULL,
  showRowStripes = NULL,
  showColumnStripes = NULL,
  ...
)

Arguments

name

name

showFirstColumn

showFirstColumn

showLastColumn

showLastColumn

showRowStripes

showRowStripes

showColumnStripes

showColumnStripes

...

Additional arguments, i.e. kwargs.

Value

An openpyxl Python object.

Examples

## Not run: 
TableStyleInfo()

## End(Not run)


[Package xlcharts version 0.0.2 Index]