Spread Windows Forms 12.0 Product Documentation
Remove Method (FpScrollBarButtonCollection)


FarPoint.Win.Spread Assembly > FarPoint.Win.Spread Namespace > FpScrollBarButtonCollection Class : Remove Method
The System.Object to remove from the System.Collections.IList
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)
public void Remove( 
   object 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

Reference

FpScrollBarButtonCollection Class
FpScrollBarButtonCollection Members