View source: R/SheetFormatProperties.R
SheetFormatProperties | R Documentation |
https://openpyxl.readthedocs.io/en/stable/api/openpyxl.worksheet.dimensions.html
SheetFormatProperties(
baseColWidth = 8L,
defaultColWidth = NULL,
defaultRowHeight = 15L,
customHeight = NULL,
zeroHeight = NULL,
thickTop = NULL,
thickBottom = NULL,
outlineLevelRow = NULL,
outlineLevelCol = NULL,
...
)
baseColWidth |
baseColWidth |
defaultColWidth |
defaultColWidth |
defaultRowHeight |
defaultRowHeight |
customHeight |
customHeight |
zeroHeight |
zeroHeight |
thickTop |
thickTop |
thickBottom |
thickBottom |
outlineLevelRow |
outlineLevelRow |
outlineLevelCol |
outlineLevelCol |
... |
Additional arguments, i.e. kwargs. |
An openpyxl Python object.
## Not run:
SheetFormatProperties()
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.