Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / FpScrollBarButtonCollection Class / RemoveAt Method
The zero-based index of the item to remove


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

    Parameters

    index
    The zero-based index of the item to remove
    Exceptions
    ExceptionDescription
    index is not a valid index in the System.Collections.IList.
    The System.Collections.IList is read-only.-or- The System.Collections.IList has a fixed size.
    See Also