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 FilterType FilterType { get; set; }
Public Property FilterType As FilterType
	Get
	Set
public:
property FilterType FilterType {
	FilterType get ();
	void set (FilterType value);
}
member FilterType : FilterType with get, set

Property Value

FilterType

See Also