Namespace: Spire.Xls.Core.Spreadsheet.AutoFilter
Assembly: Spire.XLS (in Spire.XLS.dll) Version: 11.6.0.0 (11.6.0.5020)

Syntax

            
 C#  Visual Basic  Visual C++  F# 
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

FilterOperatorType

See Also