NamedStyleList {xlcharts}R Documentation

NamedStyleList

Description

Named styles are editable and can be applied to multiple objects

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

Usage

NamedStyleList(iterable = list(), ...)

Arguments

iterable

iterable

...

Additional arguments, i.e. kwargs.

Details

As only the index is stored in referencing objects the order mus be preserved.

Value

An openpyxl Python object.

Examples

## Not run: 
NamedStyleList()

## End(Not run)


[Package xlcharts version 0.0.2 Index]