Learn R Programming

xlcharts (version 0.0.1)

SortCondition: 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,
  ...
)

Value

An openpyxl Python object.

Arguments

ref

ref

descending

descending

sortBy

sortBy

customList

customList

dxfId

dxfId

iconSet

iconSet

iconId

iconId

...

Additional arguments, i.e. kwargs.

Examples

Run this code
if (FALSE) {
SortCondition()
}

Run the code above in your browser using DataLab