Spread Windows Forms 17
GrapeCity.Win.PluginInputMan Assembly / GrapeCity.Win.Spread.InputMan.CellType Namespace / ListColumnCollectionInfo Class / IndexOf Method
A ListColumnInfo object used to find the index.


In This Topic
    IndexOf Method (ListColumnCollectionInfo)
    In This Topic
    Gets the index of the item.
    Syntax
    'Declaration
     
    
    Public Function IndexOf( _
       ByVal item As ListColumnInfo _
    ) As Integer
    'Usage
     
    
    Dim instance As ListColumnCollectionInfo
    Dim item As ListColumnInfo
    Dim value As Integer
     
    value = instance.IndexOf(item)
    public int IndexOf( 
       ListColumnInfo item
    )

    Parameters

    item
    A ListColumnInfo object used to find the index.

    Return Value

    An System.Int32 value if the object is found in the collection; otherwise,-1.
    See Also