SortCondition
Description
https://openpyxl.readthedocs.io/en/stable/api/openpyxl.worksheet.filters.html
Usage
SortCondition(
ref = NULL,
descending = NULL,
sortBy = NULL,
customList = NULL,
dxfId = NULL,
iconSet = NULL,
iconId = NULL,
...
)
Arguments
ref
|
ref |
descending
|
descending |
sortBy
|
sortBy |
customList
|
customList |
dxfId
|
dxfId |
iconSet
|
iconSet |
iconId
|
iconId |
…
|
Additional arguments, i.e. kwargs. |
Value
An openpyxl Python object.
Examples
library("xlcharts")
SortCondition()