[]
        
(Showing Draft Content)

FarPoint.Win.Spread.FilterItemValueCollection.Remove

Remove Method

Remove(FilterItemValue)

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

Declaration
public bool Remove(FilterItemValue item)
Public Function Remove(item As FilterItemValue) As Boolean
Parameters
Type Name Description
FilterItemValue item

The ValueFilterItem object to remove from the collection. The value can be null.

Returns
Type Description
bool

true if item is successfully removed; otherwise, false. This method also returns false if item was not found in the collection.

Implements