[]
Represents the basis for a custom filter.
public abstract class BaseFilterItem : IFilterItem, ISerializeSupport
Public MustInherit Class BaseFilterItem
Implements IFilterItem, ISerializeSupport
Name | Description |
---|---|
BaseFilterItem() | Creates a new base custom filter. |
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. |
SheetView | Sets the sheet to filter. |
Name | Description |
---|---|
Deserialize(XmlNodeReader) | Loads the object from XML. |
Filter(int) | Filters the specified column of the sheet. |
Serialize(XmlTextWriter) | Saves the object to XML. |
ShowInDropDown(int, int[]) | Determines whether the name is displayed in the filter drop-down list. |