DynamicFilter
DynamicFilterType Property
|
Gets and sets the dynamic filter 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 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
Type:
DynamicFilterType
See Also