Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / ConditionalFormattingIconRuleSet Class / InsertRange Method
The zero-based index at which the new elements should be inserted.
The collection whose elements should be inserted into the ListBase<T>. The collection itself cannot be null, but it can contain elements that are null, if type T is a reference type.


In This Topic
    InsertRange Method (ConditionalFormattingIconRuleSet)
    In This Topic
    Inserts the elements of a collection into the ListBase<T> at the specified index.
    Syntax
    'Declaration
     
    
    Public Sub InsertRange( _
       ByVal index As Integer, _
       ByVal collection As IEnumerable(Of ConditionalFormattingIconValue) _
    ) 
    'Usage
     
    
    Dim instance As ConditionalFormattingIconRuleSet
    Dim index As Integer
    Dim collection As IEnumerable(Of ConditionalFormattingIconValue)
     
    instance.InsertRange(index, collection)

    Parameters

    index
    The zero-based index at which the new elements should be inserted.
    collection
    The collection whose elements should be inserted into the ListBase<T>. The collection itself cannot be null, but it can contain elements that are null, if type T is a reference type.
    See Also