Spread Windows Forms 11.0 Product Documentation
IndexOf Method (SubItemCollectionInfo)


GrapeCity.Win.PluginInputMan Assembly > GrapeCity.Win.Spread.InputMan.CellType Namespace > SubItemCollectionInfo Class : IndexOf Method
The SubItemInfo object to get the index for.
Gets the index of the item.
Syntax
'Declaration
 
Public Function IndexOf( _
   ByVal item As SubItemInfo _
) As Integer
'Usage
 
Dim instance As SubItemCollectionInfo
Dim item As SubItemInfo
Dim value As Integer
 
value = instance.IndexOf(item)
public int IndexOf( 
   SubItemInfo item
)

Parameters

item
The SubItemInfo object to get the index for.

Return Value

The index if the item is found in the collection; otherwise,-1.
See Also

Reference

SubItemCollectionInfo Class
SubItemCollectionInfo Members