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
library("xlcharts")
ObjectAnchor(from = AnchorMarker(), to = AnchorMarker())