Spread Windows Forms 12.0 Product Documentation
IndexOf Method (ListColumnCollectionInfo)


GrapeCity.Win.PluginInputMan Assembly > GrapeCity.Win.Spread.InputMan.CellType Namespace > ListColumnCollectionInfo Class : IndexOf Method
A ListColumnInfo object used to find the index.
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

Reference

ListColumnCollectionInfo Class
ListColumnCollectionInfo Members