[]
        
(Showing Draft Content)

FarPoint.Win.Spread.FilterItemValueCollection.Add

Add Method

Add(FilterItemValue)

Adds a ValueFilterItem object to the end of the collection.

Declaration
public void Add(FilterItemValue item)
Public Sub Add(item As FilterItemValue)
Parameters
Type Name Description
FilterItemValue item

The ValueFilterItem object to be added to the end of the collection. The value can be null. A duplicate value of an item already contained in the collection will not be added.

Implements