Spread for ASP.NET 12 Product Documentation
IndexOf Method (GroupInfoCollection)


FarPoint.Web.Spread Assembly > FarPoint.Web.Spread Namespace > GroupInfoCollection Class : IndexOf Method
GroupInfo object for which to search
Returns the index of the specified GroupInfo object in the collection.
Syntax
'Declaration
 
Public Overridable Function IndexOf( _
   ByVal value As GroupInfo _
) As Integer
'Usage
 
Dim instance As GroupInfoCollection
Dim value As GroupInfo
Dim value As Integer
 
value = instance.IndexOf(value)
public virtual int IndexOf( 
   GroupInfo value
)

Parameters

value
GroupInfo object for which to search
See Also

Reference

GroupInfoCollection Class
GroupInfoCollection Members