View source: R/SortCondition.R
SortCondition | R Documentation |
https://openpyxl.readthedocs.io/en/stable/api/openpyxl.worksheet.filters.html
SortCondition(
ref = NULL,
descending = NULL,
sortBy = NULL,
customList = NULL,
dxfId = NULL,
iconSet = NULL,
iconId = NULL,
...
)
ref |
ref |
descending |
descending |
sortBy |
sortBy |
customList |
customList |
dxfId |
dxfId |
iconSet |
iconSet |
iconId |
iconId |
... |
Additional arguments, i.e. kwargs. |
An openpyxl Python object.
## Not run:
SortCondition()
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.