Skip to content

SortState

Source code

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

library("xlcharts")

SortState()