[]
Represents a collection of custom filters.
public class FilterItemCollection : CollectionBase, IList, ICollection, IEnumerable, ISerializeSupport
Public Class FilterItemCollection
Inherits CollectionBase
Implements IList, ICollection, IEnumerable, ISerializeSupport
Name | Description |
---|---|
FilterItemCollection() | Creates a custom filter collection. |
Name | Description |
---|---|
this[int] | Gets a custom filter item from the collection. |
Name | Description |
---|---|
Add(IFilterItem) | Adds a filter item to the collection. |
Clear() | Removes the custom filter items from the filter item list. |
Deserialize(XmlNodeReader) | Internal implementation of ISerializeSupport interface method. Internal use only. |
Deserialize(XmlNodeReader, SheetView) | Loads the object from XML. |
Insert(int, IFilterItem) | Inserts a filter item into the collection at a specified location. |
RemoveAt(int) | Removes the specified custom filter item from the filter item list. |
Serialize(XmlTextWriter) | Saves the object to XML. |