[]
        
(Showing Draft Content)

FarPoint.Win.Spread.FpStatusBarElementCollection.IndexOf

IndexOf Method

IndexOf(IFpStatusBarElement)

Determines the index of the value in the collection.

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

The value to locate in the collection.

Returns
Type Description
int

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