Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / FpStatusBarElementCollection Class / RemoveAt Method
Index of value.


In This Topic
    RemoveAt Method (FpStatusBarElementCollection)
    In This Topic
    Removes a value from the collection at the specified index.
    Syntax
    'Declaration
     
    
    Public Sub RemoveAt( _
       ByVal index As Integer _
    ) 
    'Usage
     
    
    Dim instance As FpStatusBarElementCollection
    Dim index As Integer
     
    instance.RemoveAt(index)
    public void RemoveAt( 
       int index
    )

    Parameters

    index
    Index of value.
    See Also