FilterColumn
Description
https://openpyxl.readthedocs.io/en/stable/api/openpyxl.worksheet.filters.html
Usage
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,
...
)
Arguments
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. |
Value
An openpyxl Python object.
Examples
library("xlcharts")
FilterColumn(colId = 1L)