[]
        
(Showing Draft Content)

FarPoint.Win.Spread.FilterItemValueCollection

FilterItemValueCollection Class

Provides a ValueFilterItemCollection object used as a collection of alternative ValueFilterItem elements.

Inheritance
FilterItemValueCollection
Namespace: FarPoint.Win.Spread
Assembly: FarPoint.Win.Spread.dll
Syntax
public class FilterItemValueCollection : ICollection<FilterItemValue>, IEnumerable<FilterItemValue>, IEnumerable, ISerializeSupport
Public Class FilterItemValueCollection
    Implements ICollection(Of FilterItemValue), IEnumerable(Of FilterItemValue), IEnumerable, ISerializeSupport

Constructors

Name Description
FilterItemValueCollection()

Creates a ValueFilterItemCollection instance.

Properties

Name Description
Count

Gets the number of elements actually contained in the collection.

Methods

Name Description
Add(FilterItemValue)

Adds a ValueFilterItem object to the end of the collection.

Clear()

Removes all elements from the collection.

Contains(FilterItemValue)

Determines whether a ValueFilterItem element is in the collection.

CopyTo(FilterItemValue[], int)

Copies the entire collection to a compatible one-dimensional array, starting at the specified index of the target array.

Deserialize(XmlNodeReader)

Loads the object from XML.

GetEnumerator()

Returns an enumerator that iterates through the collection.

Remove(FilterItemValue)

Removes the first occurrence of a specific object from the collection.

Serialize(XmlTextWriter)

Saves the object to XML.