Bevel
Description
https://openpyxl.readthedocs.io/en/stable/api/openpyxl.drawing.geometry.html
Usage
Bevel(w = NULL, h = NULL, prst = NULL, ...)
Arguments
w
|
w integer |
h
|
h integer |
prst
|
prst |
…
|
Additional arguments, i.e. kwargs. |
Value
An openpyxl Python object.
Examples
library("xlcharts")
Bevel(w = 1L, h = 1L)