AutoFilterCustomFilter

AutoFilterCustomFilter

Overview

AutoFilterCustomFilter is a struct in Aspose.Cells FOSS for Rust.

Represents auto filter custom filter.

This struct provides 4 methods for working with AutoFilterCustomFilter objects in Rust programs. Available methods include: get_operator, get_value, set_operator, set_value. All public members are accessible to any Rust application after installing the Aspose.Cells FOSS for Rust package.

Methods

SignatureDescription
get_operator()FilterOperatorTypeGets the operator.
set_operator(value: FilterOperatorType)Sets the operator.
get_value()&strGets the value.
set_value(value: impl Into<String>)Sets the value.

See Also