GradientFillProperties {xlcharts}R Documentation

GradientFillProperties

Description

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

Usage

GradientFillProperties(
  flip = NULL,
  rotWithShape = NULL,
  gsLst = list(),
  lin = NULL,
  path = NULL,
  tileRect = NULL,
  ...
)

Arguments

flip

flip

rotWithShape

rotWithShape

gsLst

gsLst

lin

lin

path

path

tileRect

tileRect

...

Additional arguments, i.e. kwargs.

Value

An openpyxl Python object.

Examples

## Not run: 
GradientFillProperties()

## End(Not run)


[Package xlcharts version 0.0.2 Index]