powered by
https://openpyxl.readthedocs.io/en/stable/api/openpyxl.drawing.geometry.html
GeomRect(l = NULL, t = NULL, r = NULL, b = NULL, ...)
An openpyxl Python object.
l
t
r
b
Additional arguments, i.e. kwargs.
if (FALSE) { GeomRect(l = 1L, t = 1L, 1L, 1L) }
Run the code above in your browser using DataLab