FilterColumn
FilterType Property
|
Gets or sets the type of filter.
Namespace:
Spire.Xls.Core.Spreadsheet.AutoFilter
Assembly:
Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
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
Type:
FilterType
The filter type.
Return Value
Type:
FilterType
The filter type as a
FilterType
enumeration.
See Also