[]
        
(Showing Draft Content)

FarPoint.Web.Chart.StringCollectionCollection.Remove

Remove Method

Remove(StringCollectionItem)

Removes an item from the collection.

Declaration
public bool Remove(StringCollectionItem item)
Public Function Remove(item As StringCollectionItem) As Boolean
Parameters
Type Name Description
StringCollectionItem item

Item.

Returns
Type Description
bool

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

Implements