Spread Windows Forms 12.0 Product Documentation
IndexOf Method (SideButtonCollection)


GrapeCity.Win.PluginInputMan Assembly > GrapeCity.Win.Spread.InputMan.CellType Namespace > SideButtonCollection Class : IndexOf Method
The SideButtonBase to locate in the collection.
Gets the index in the collection of the specified SideButtonBase, if it exists in the collection.
Syntax
'Declaration
 
Public Function IndexOf( _
   ByVal value As SideButtonBase _
) As Integer
'Usage
 
Dim instance As SideButtonCollection
Dim value As SideButtonBase
Dim value As Integer
 
value = instance.IndexOf(value)
public int IndexOf( 
   SideButtonBase value
)

Parameters

value
The SideButtonBase to locate in the collection.

Return Value

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

Reference

SideButtonCollection Class
SideButtonCollection Members