Spread Windows Forms 12.0 Product Documentation
Remove Method (StringCollectionItem)


FarPoint.Win.Chart Assembly > FarPoint.Win.Chart Namespace > StringCollectionItem Class : Remove Method
String value.
Removes a string value from the collection.
Syntax
'Declaration
 
Public Function Remove( _
   ByVal item As String _
) As Boolean
'Usage
 
Dim instance As StringCollectionItem
Dim item As String
Dim value As Boolean
 
value = instance.Remove(item)
public bool Remove( 
   string item
)

Parameters

item
String value.

Return Value

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

Reference

StringCollectionItem Class
StringCollectionItem Members