ObjectAnchor {xlcharts}R Documentation

ObjectAnchor

Description

https://openpyxl.readthedocs.io/en/stable/api/openpyxl.worksheet.ole.html

Usage

ObjectAnchor(
  from = NULL,
  to = NULL,
  moveWithCells = FALSE,
  sizeWithCells = FALSE,
  z_order = NULL,
  ...
)

Arguments

from

_from

to

to

moveWithCells

moveWithCells

sizeWithCells

sizeWithCells

z_order

z_order

...

Additional arguments, i.e. kwargs.

Value

An openpyxl Python object.

Examples

## Not run: 
ObjectAnchor(from = AnchorMarker(), to = AnchorMarker())

## End(Not run)


[Package xlcharts version 0.0.2 Index]