Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / FpStatusBarElementCollection Class / Insert Method
Index at which item should be inserted.
value.


In This Topic
    Insert Method (FpStatusBarElementCollection)
    In This Topic
    Inserts a value into the collection at the specified index.
    Syntax
    'Declaration
     
    
    Public Sub Insert( _
       ByVal index As Integer, _
       ByVal item As IFpStatusBarElement _
    ) 
    'Usage
     
    
    Dim instance As FpStatusBarElementCollection
    Dim index As Integer
    Dim item As IFpStatusBarElement
     
    instance.Insert(index, item)
    public void Insert( 
       int index,
       IFpStatusBarElement item
    )

    Parameters

    index
    Index at which item should be inserted.
    item
    value.
    See Also