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

Property Value

DynamicFilterType

See Also