Learn R Programming

xlcharts (version 0.0.1)

AlphaModulateEffect: AlphaModulateEffect

Description

https://openpyxl.readthedocs.io/en/stable/api/openpyxl.drawing.effect.html

Usage

AlphaModulateEffect(cont = NULL, ...)

Value

An openpyxl Python object.

Arguments

cont

cont

...

Additional arguments, i.e. kwargs.

Examples

Run this code
if (FALSE) {
AlphaModulateEffect(cont = EffectContainer(type = "tree"))
}

Run the code above in your browser using DataLab