Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / FpScrollBarButtonCollection Class / Remove Method
The System.Object to remove from the System.Collections.IList


Remove Method (FpScrollBarButtonCollection)
Removes the first occurrence of a specific object from the System.Collections.IList.
Syntax
'Declaration
 
Public Sub Remove( _
   ByVal value As Object _
) 
 
'Usage
 
Dim instance As FpScrollBarButtonCollection
Dim value As Object
 
instance.Remove(value)

Parameters

value
The System.Object to remove from the System.Collections.IList
Exceptions
ExceptionDescription
The System.Collections.IList is read-only.-or- The System.Collections.IList has a fixed size.
See Also