Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / ConditionalFormattingValueCollection Class / Add Method
The object to add to the ListBase<T>.


In This Topic
    Add Method (ConditionalFormattingValueCollection)
    In This Topic
    Adds an object to the end of the ListBase<T>.
    Syntax
    'Declaration
     
    
    Public Sub Add( _
       ByVal item As ConditionalFormattingValue _
    ) 
    'Usage
     
    
    Dim instance As ConditionalFormattingValueCollection
    Dim item As ConditionalFormattingValue
     
    instance.Add(item)
    public void Add( 
       ConditionalFormattingValue item
    )

    Parameters

    item
    The object to add to the ListBase<T>.
    See Also