Filter Class
Represents a base class for filters contained in AutoFilter.
- Inheritance:
- System.ObjectFilter
- Derived
Properties
FilterType
Gets the filter type.
public abstract FilterType FilterType { get; }
Public MustOverride ReadOnly Property FilterType As FilterType
Property Value
The filter type.
Methods
ToString()
Returns a System.String that represents this Filter instance.
public abstract override string ToString()
Public MustOverride Overrides Function ToString As String
Returns
- System.String
A System.String that represents this Filter instance.
Overrides
System.Object.ToString()
Remarks
This method should be used primarily for debugging purposes and should be considered volatile (format of its return value might change in future versions).