Spread Windows Forms 17
GrapeCity.Win.PluginInputMan Assembly / GrapeCity.Win.Spread.InputMan.CellType Namespace / TimeSpanDisplayFieldCollectionInfo Class / IndexOf Method
The T to locate in the collection.


In This Topic
    IndexOf Method (TimeSpanDisplayFieldCollectionInfo)
    In This Topic
    Gets the index in the collection of the specified T, if it exists in the collection.
    Syntax
    'Declaration
     
    
    Public Function IndexOf( _
       ByVal value As TimeSpanDisplayFieldInfo _
    ) As Integer
    'Usage
     
    
    Dim instance As TimeSpanDisplayFieldCollectionInfo
    Dim value As TimeSpanDisplayFieldInfo
    Dim value As Integer
     
    value = instance.IndexOf(value)
    public int IndexOf( 
       TimeSpanDisplayFieldInfo value
    )

    Parameters

    value
    The T to locate in the collection.

    Return Value

    The index in the collection of the specified object, if found; otherwise, -1.
    See Also