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