Learn R Programming

xlcharts (version 0.0.1)

AdjPoint2D: AdjPoint2D

Description

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

Usage

AdjPoint2D(x = NULL, y = NULL, ...)

Value

An openpyxl Python object.

Arguments

x

x

y

y

...

Additional arguments, i.e. kwargs.

Examples

Run this code
if (FALSE) {
AdjPoint2D(x = 1L, y = 2L)
}

Run the code above in your browser using DataLab