SortState {xlcharts} | R Documentation |
SortState
Description
https://openpyxl.readthedocs.io/en/stable/api/openpyxl.worksheet.filters.html
Usage
SortState(
columnSort = NULL,
caseSensitive = NULL,
sortMethod = NULL,
ref = NULL,
sortCondition = list(),
extLst = NULL,
...
)
Arguments
columnSort |
columnSort |
caseSensitive |
caseSensitive |
sortMethod |
sortMethod |
ref |
ref |
sortCondition |
sortCondition |
extLst |
extLst |
... |
Additional arguments, i.e. kwargs. |
Value
An openpyxl Python object.
Examples
## Not run:
SortState()
## End(Not run)
[Package xlcharts version 0.0.2 Index]