Spread WinForms 15
FarPoint.Win.Chart Assembly / FarPoint.Win.Chart Namespace / DetachmentCollection Class / Remove Method
Single value.


In This Topic
Remove Method (DetachmentCollection)
In This Topic
Removes a Single value from the collection.
Syntax
'Declaration
 
Public Function Remove( _
   ByVal item As Single _
) As Boolean
 
'Usage
 
Dim instance As DetachmentCollection
Dim item As Single
Dim value As Boolean
 
value = instance.Remove(item)

Parameters

item
Single value.

Return Value

true if item was successfully removed from the collection; otherwise, false.
See Also