[]
        
(Showing Draft Content)

FarPoint.Win.Spread.FpScrollBarButtonCollection.Remove

Remove Method

Remove(object)

Removes the first occurrence of a specific object from the IList.

Declaration
public void Remove(object value)
Public Sub Remove(value As Object)
Parameters
Type Name Description
object value

The object to remove from the IList

Implements
Exceptions
Type Condition
NotSupportedException

The IList is read-only.-or- The IList has a fixed size.