Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / ConditionalFormattingIconRuleSet Class / AddRange Method
The collection whose elements should be added to the end of the ListBase<T>.


In This Topic
    AddRange Method (ConditionalFormattingIconRuleSet)
    In This Topic
    Adds the elements of the specified collection to the end of the ListBase<T>.
    Syntax
    'Declaration
     
    
    Public Sub AddRange( _
       ByVal collection As IEnumerable(Of ConditionalFormattingIconValue) _
    ) 
    'Usage
     
    
    Dim instance As ConditionalFormattingIconRuleSet
    Dim collection As IEnumerable(Of ConditionalFormattingIconValue)
     
    instance.AddRange(collection)

    Parameters

    collection
    The collection whose elements should be added to the end of the ListBase<T>.
    See Also