Learn R Programming

xlcharts (version 0.0.1)

Bevel: Bevel

Description

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

Usage

Bevel(w = NULL, h = NULL, prst = NULL, ...)

Value

An openpyxl Python object.

Arguments

w

w integer

h

h integer

prst

prst

...

Additional arguments, i.e. kwargs.

Examples

Run this code
if (FALSE) {
Bevel(w = 1L, h = 1L)
}

Run the code above in your browser using DataLab