Learn R Programming

xlcharts (version 0.0.1)

ConnectionSite: ConnectionSite

Description

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

Usage

ConnectionSite(ang = NULL, pos = NULL, ...)

Value

An openpyxl Python object.

Arguments

ang

ang

pos

pos

...

Additional arguments, i.e. kwargs.

Examples

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

Run the code above in your browser using DataLab