TableStyleElement: TableStyleElement

View source: R/TableStyleElement.R

TableStyleElementR Documentation

TableStyleElement

Description

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

Usage

TableStyleElement(type = NULL, size = NULL, dxfId = NULL, ...)

Arguments

type

type

size

size

dxfId

dxfId

...

Additional arguments, i.e. kwargs.

Value

An openpyxl Python object.

Examples

## Not run: 
TableStyleElement(type = "secondSubtotalRow")

## End(Not run)


xlcharts documentation built on May 29, 2024, 7:58 a.m.