Dimension | R Documentation |
Information about the display properties of a row or column.
https://openpyxl.readthedocs.io/en/stable/api/openpyxl.worksheet.dimensions.html
Dimension(
index,
hidden,
outlineLevel,
collapsed,
worksheet,
visible = TRUE,
style = NULL,
...
)
index |
index |
hidden | |
outlineLevel |
outlineLevel |
collapsed |
collapsed |
worksheet |
worksheet |
visible |
visible |
style |
style |
... |
Additional arguments, i.e. kwargs. |
An openpyxl Python object.
## Not run:
Dimension(index = 1L, hidden = NULL,
outlineLevel = NULL, collapsed = NULL, worksheet = NULL)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.