IconFilter {xlcharts} | R Documentation |
IconFilter
Description
https://openpyxl.readthedocs.io/en/stable/api/openpyxl.worksheet.filters.html
Usage
IconFilter(iconSet = NULL, iconId = NULL, ...)
Arguments
iconSet |
iconSet |
iconId |
iconId |
... |
Additional arguments, i.e. kwargs. |
Value
An openpyxl Python object.
Examples
## Not run:
IconFilter(iconSet = "3TrafficLights1")
## End(Not run)
[Package xlcharts version 0.0.2 Index]