PositiveSize2D {xlcharts}R Documentation

PositiveSize2D

Description

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

Usage

PositiveSize2D(cx = NULL, cy = NULL, ...)

Arguments

cx

cx

cy

cy

...

Additional arguments, i.e. kwargs.

Value

An openpyxl Python object.

Examples

## Not run: 
PositiveSize2D(cx = 1L, cy = 1L)

## End(Not run)


[Package xlcharts version 0.0.2 Index]