[]
        
(Showing Draft Content)

FarPoint.Web.Spread.FilterItemCollection

FilterItemCollection Class

Represents a collection of custom filters.

Inheritance
FilterItemCollection
Namespace: FarPoint.Web.Spread
Assembly: FarPoint.Web.Spread.dll
Syntax
public class FilterItemCollection : CollectionBase, IList, ICollection, IEnumerable, ISerializeSupport
Public Class FilterItemCollection
    Inherits CollectionBase
    Implements IList, ICollection, IEnumerable, ISerializeSupport

Constructors

Name Description
FilterItemCollection()

Creates a custom filter collection.

Properties

Name Description
this[int]

Gets a custom filter item from the collection.

Methods

Name Description
Add(IFilterItem)

Adds a filter item to the collection.

Clear()

Removes the custom filter items from the filter item list.
This method does not remove the DefaultFilterItem from the list if it exists.

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.
This method does not remove the DefaultfilterItem from the list if it exists.

Serialize(XmlTextWriter)

Saves the object to XML.