FilterColumn | R Documentation |
https://openpyxl.readthedocs.io/en/stable/api/openpyxl.worksheet.filters.html
FilterColumn(
colId = NULL,
hiddenButton = FALSE,
showButton = TRUE,
filters = NULL,
top10 = NULL,
customFilters = NULL,
dynamicFilter = NULL,
colorFilter = NULL,
iconFilter = NULL,
extLst = NULL,
blank = NULL,
vals = NULL,
...
)
colId |
colId |
hiddenButton | |
showButton |
showButton |
filters |
filters |
top10 |
top10 |
customFilters |
customFilters |
dynamicFilter |
dynamicFilter |
colorFilter |
colorFilter |
iconFilter |
iconFilter |
extLst |
extLst |
blank |
blank |
vals |
vals |
... |
Additional arguments, i.e. kwargs. |
An openpyxl Python object.
## Not run:
FilterColumn(colId = 1L)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.