Spread Windows Forms 15.0
FarPoint.Win.Chart Assembly / FarPoint.Win.Chart Namespace / StripeCollection Class / RemoveAt Method
Index of stripe.


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

    Parameters

    index
    Index of stripe.
    See Also