LinearShadeProperties {xlcharts}R Documentation

LinearShadeProperties

Description

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

Usage

LinearShadeProperties(ang = NULL, scaled = NULL, ...)

Arguments

ang

ang

scaled

scaled

...

Additional arguments, i.e. kwargs.

Value

An openpyxl Python object.

Examples

## Not run: 
LinearShadeProperties(ang = 30)

## End(Not run)

[Package xlcharts version 0.0.2 Index]