BlipFillProperties
Description
https://openpyxl.readthedocs.io/en/stable/api/openpyxl.drawing.fill.html
Usage
BlipFillProperties(
dpi = NULL,
rotWithShape = NULL,
blip = NULL,
tile = NULL,
srcRect = NULL,
...
)
Arguments
dpi
|
dpi |
rotWithShape
|
rotWithShape |
blip
|
blip |
tile
|
tile |
srcRect
|
srcRect |
…
|
Additional arguments, i.e. kwargs. |
Value
An openpyxl Python object.
Examples
library("xlcharts")
BlipFillProperties()