SolidColorFillProperties {xlcharts}R Documentation

SolidColorFillProperties

Description

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

Usage

SolidColorFillProperties(
  scrgbClr = NULL,
  srgbClr = NULL,
  hslClr = NULL,
  sysClr = NULL,
  schemeClr = NULL,
  prstClr = NULL,
  ...
)

Arguments

scrgbClr

scrgbClr

srgbClr

srgbClr

hslClr

hslClr

sysClr

sysClr

schemeClr

schemeClr

prstClr

prstClr

...

Additional arguments, i.e. kwargs.

Value

An openpyxl Python object.

Examples

## Not run: 
SolidColorFillProperties()

## End(Not run)


[Package xlcharts version 0.0.2 Index]