Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / ConditionalFormattingColorValueCollection Class / Remove Method
The object to remove from the ListBase<T>.


In This Topic
    Remove Method (ConditionalFormattingColorValueCollection)
    In This Topic
    Removes the first occurrence of a specific object from the ListBase<T>.
    Syntax
    'Declaration
     
    
    Public Function Remove( _
       ByVal item As ConditionalFormattingColorValue _
    ) As Boolean
    'Usage
     
    
    Dim instance As ConditionalFormattingColorValueCollection
    Dim item As ConditionalFormattingColorValue
    Dim value As Boolean
     
    value = instance.Remove(item)

    Parameters

    item
    The object to remove from the ListBase<T>.

    Return Value

    true if item was successfully removed from the ListBase<T>; otherwise, false. This method also returns false if item is not found in the original ListBase<T>.
    See Also