ObjectAnchor | R Documentation |
https://openpyxl.readthedocs.io/en/stable/api/openpyxl.worksheet.ole.html
ObjectAnchor(
from = NULL,
to = NULL,
moveWithCells = FALSE,
sizeWithCells = FALSE,
z_order = NULL,
...
)
from |
_from |
to |
to |
moveWithCells |
moveWithCells |
sizeWithCells |
sizeWithCells |
z_order |
z_order |
... |
Additional arguments, i.e. kwargs. |
An openpyxl Python object.
## Not run:
ObjectAnchor(from = AnchorMarker(), to = AnchorMarker())
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.