Learn R Programming

xlcharts (version 0.0.1)

ObjectAnchor: 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,
  ...
)

Value

An openpyxl Python object.

Arguments

from

_from

to

to

moveWithCells

moveWithCells

sizeWithCells

sizeWithCells

z_order

z_order

...

Additional arguments, i.e. kwargs.

Examples

Run this code
if (FALSE) {
ObjectAnchor(from = AnchorMarker(), to = AnchorMarker())
}

Run the code above in your browser using DataLab