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


RemoveAt Method (FpScrollBarButtonCollection)
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)

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