Learn R Programming

xlcharts (version 0.0.1)

GeomRect: GeomRect

Description

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

Usage

GeomRect(l = NULL, t = NULL, r = NULL, b = NULL, ...)

Value

An openpyxl Python object.

Arguments

l

l

t

t

r

r

b

b

...

Additional arguments, i.e. kwargs.

Examples

Run this code
if (FALSE) {
GeomRect(l = 1L, t = 1L, 1L, 1L)
}

Run the code above in your browser using DataLab