[]
Provides a DynamicFilter class to filter cells based on a set of built-in definitions due to DynamicFilterType.
public class DynamicFilterItem : BaseFilterItem, ISerializeSupport, ISerializable, ICloneable, IFilterItem
Public Class DynamicFilterItem
Inherits BaseFilterItem
Implements ISerializeSupport, ISerializable, ICloneable, IFilterItem
| Name | Description |
|---|---|
| DynamicFilterItem(DynamicFilterType) | Creates a dynamic filter instance with customized settings. |
| DynamicFilterItem(SerializationInfo, StreamingContext) | Initializes a new instance of the DynamicFilterItem class. |
| Name | Description |
|---|---|
| DisplayAtTopOfList | Gets or sets whether the display name is added to the top of the filter drop-down list. |
| DisplayName | Gets the display name of the filter. |
| IsObjectValueEditable | Gets or sets whether the object value can be edited. In the filter bar UI, the text editor is displayed if value is true. |
| Label | Gets the displayed text of the filter (filter name or operator). |
| ObjectValue | Gets or sets the text value for the filter. |
| Type | Gets or sets the dynamic filter type. |
| Name | Description |
|---|---|
| Clone() | Creates a new object that is a copy of the current instance. |
| Deserialize(XmlNodeReader) | Loads the object from XML. |
| Equals(object) | Determines whether the specified System.Object is equal to the current DynamicFilter object. |
| Filter(int) | Filters the specified column of the sheet. |
| GetHashCode() | Serves as a hash function for DynamicFilterItem class. |
| GetObjectData(SerializationInfo, StreamingContext) | Populates a SerializationInfo with the data needed to serialize the target object. |
| Serialize(XmlTextWriter) | Saves the object to XML. |
| ShowInDropDown(int, int[]) | Determines whether the name is displayed in the filter drop-down list. |