Spread Windows Forms 12.0 Product Documentation
RemoveAt Method (FpScrollBarButtonCollection)


FarPoint.Win.Spread Assembly > FarPoint.Win.Spread Namespace > FpScrollBarButtonCollection Class : RemoveAt Method
The zero-based index of the item to remove
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

Reference

FpScrollBarButtonCollection Class
FpScrollBarButtonCollection Members