Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / ConditionalFormattingIconRuleSet Class / Insert Method
The zero-based index at which item should be inserted.
The object to insert into the ListBase<T>.


In This Topic
    Insert Method (ConditionalFormattingIconRuleSet)
    In This Topic
    Inserts an item to the ListBase<T> at the specified index.
    Syntax
    'Declaration
     
    
    Public Sub Insert( _
       ByVal index As Integer, _
       ByVal item As ConditionalFormattingIconValue _
    ) 
    'Usage
     
    
    Dim instance As ConditionalFormattingIconRuleSet
    Dim index As Integer
    Dim item As ConditionalFormattingIconValue
     
    instance.Insert(index, item)
    public void Insert( 
       int index,
       ConditionalFormattingIconValue item
    )

    Parameters

    index
    The zero-based index at which item should be inserted.
    item
    The object to insert into the ListBase<T>.
    See Also