[]
        
(Showing Draft Content)

FarPoint.Web.Chart.StringCollectionCollection.IndexOf

IndexOf Method

IndexOf(StringCollectionItem)

Determines the index of the item in the collection.

Declaration
public int IndexOf(StringCollectionItem item)
Public Function IndexOf(item As StringCollectionItem) As Integer
Parameters
Type Name Description
StringCollectionItem item

Item to locate in collection.

Returns
Type Description
int

Index of the item if item is found in the collection; otherwise, -1.

Implements