View source: R/WorksheetProperties.R
WorksheetProperties | R Documentation |
https://openpyxl.readthedocs.io/en/stable/api/openpyxl.worksheet.properties.html
WorksheetProperties(
codeName = NULL,
enableFormatConditionsCalculation = NULL,
filterMode = NULL,
published = NULL,
syncHorizontal = NULL,
syncRef = NULL,
syncVertical = NULL,
transitionEvaluation = NULL,
transitionEntry = NULL,
tabColor = NULL,
outlinePr = NULL,
pageSetUpPr = NULL,
...
)
codeName |
codeName |
enableFormatConditionsCalculation |
enableFormatConditionsCalculation |
filterMode |
filterMode |
published |
published |
syncHorizontal |
syncHorizontal |
syncRef |
syncRef |
syncVertical |
syncVertical |
transitionEvaluation |
transitionEvaluation |
transitionEntry |
transitionEntry |
tabColor |
tabColor |
outlinePr |
outlinePr |
pageSetUpPr |
pageSetUpPr |
... |
Additional arguments, i.e. kwargs. |
An openpyxl Python object.
## Not run:
WorksheetProperties()
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.