CustomFilter
FilterOperatorType Property
 | 
Gets and sets the filter operator type.
Namespace:
Spire.Xls.Core.Spreadsheet.AutoFilter
Assembly:
Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
 
public FilterOperatorType FilterOperatorType { get; set; }
 
Public Property FilterOperatorType As FilterOperatorType
	Get
	Set
 
public:
property FilterOperatorType FilterOperatorType {
	FilterOperatorType get ();
	void set (FilterOperatorType value);
}
 
member FilterOperatorType : FilterOperatorType with get, set
 
 
 
Property Value
Type:
FilterOperatorType
 
See Also