NamedStyleList: NamedStyleList

View source: R/NamedStyleList.R

NamedStyleListR 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)


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