ConnectionSite {xlcharts}R Documentation

ConnectionSite

Description

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

Usage

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

Arguments

ang

ang

pos

pos

...

Additional arguments, i.e. kwargs.

Value

An openpyxl Python object.

Examples

## Not run: 
ConnectionSite(ang = 1.5, pos = AdjPoint2D(x = 1L, y = 2L))

## End(Not run)


[Package xlcharts version 0.0.2 Index]