RowDimension | R Documentation |
Information about the display properties of a row.
https://openpyxl.readthedocs.io/en/stable/api/openpyxl.worksheet.dimensions.html
RowDimension(
worksheet,
index = 0L,
ht = NULL,
customHeight = NULL,
s = NULL,
customFormat = NULL,
hidden = FALSE,
outlineLevel = 0L,
outline_level = NULL,
collapsed = FALSE,
visible = NULL,
height = NULL,
r = NULL,
spans = NULL,
thickBot = NULL,
thickTop = NULL,
...
)
worksheet |
worksheet |
index |
index |
ht |
ht |
customHeight |
customHeight |
s |
s |
customFormat |
customFormat |
hidden | |
outlineLevel |
outlineLevel |
outline_level |
outline_level |
collapsed |
collapsed |
visible |
visible |
height |
height |
r |
r |
spans |
spans |
thickBot |
thickBot |
thickTop |
thickTop |
... |
Additional arguments, i.e. kwargs. |
An openpyxl Python object.
## Not run:
wb <- Workbook()
RowDimension(wb$active)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.