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


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

    Parameters

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