Learn R Programming

xlcharts (version 0.0.1)

GroupTransform2D: GroupTransform2D

Description

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

Usage

GroupTransform2D(
  rot = 0L,
  flipH = NULL,
  flipV = NULL,
  off = NULL,
  ext = NULL,
  chOff = NULL,
  chExt = NULL,
  ...
)

Value

An openpyxl Python object.

Arguments

rot

rot

flipH

flipH

flipV

flipV

off

off

ext

ext

chOff

chOff

chExt

chExt

...

Additional arguments, i.e. kwargs.

Examples

Run this code
if (FALSE) {
GroupTransform2D()
}

Run the code above in your browser using DataLab