[]
Adds a ValueFilterItem object to the end of the collection.
public void Add(FilterItemValue item)
Public Sub Add(item As FilterItemValue)
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. |