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