CustomGeometry2D: CustomGeometry2D

View source: R/CustomGeometry2D.R

CustomGeometry2DR Documentation

CustomGeometry2D

Description

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

Usage

CustomGeometry2D(
  avLst = NULL,
  gdLst = NULL,
  ahLst = NULL,
  cxnLst = NULL,
  rect = NULL,
  pathLst = NULL,
  ...
)

Arguments

avLst

avLst

gdLst

gdLst

ahLst

ahLst

cxnLst

cxnLst

rect

rect

pathLst

pathLst

...

Additional arguments, i.e. kwargs.

Value

An openpyxl Python object.

Examples

## Not run: 
CustomGeometry2D(pathLst = Path2DList())

## End(Not run)


xlcharts documentation built on May 29, 2024, 7:58 a.m.