libxlsxwriter
|
Options for autofilter rules. More...
Options to define an autofilter rule.
Data Fields | |
uint8_t | criteria |
const char * | value_string |
double | value |
uint8_t lxw_filter_rule::criteria |
The lxw_filter_criteria to define the rule.
const char* lxw_filter_rule::value_string |
String value to which the criteria applies.
double lxw_filter_rule::value |
Numeric value to which the criteria applies (if value_string isn't used).