Accusoft.NotateXpress13.Net
IndexOf Method (GroupCollection)




The Group to locate in the collection.
Searches for a group based on the given value and returns the index position of the first occurrence within the entire GroupCollection.
Syntax
'Declaration
 
Public Function IndexOf( _
   ByVal value As Group _
) As Integer
'Usage
 
Dim instance As GroupCollection
Dim value As Group
Dim value As Integer
 
value = instance.IndexOf(value)
public int IndexOf( 
   Group value
)
public: int IndexOf( 
   Group* value
) 
public:
int IndexOf( 
   Group^ value
) 

Parameters

value
The Group to locate in the collection.

Return Value

An integer value which represents the index position of the group value given within the group collection.
See Also

Reference

GroupCollection Class
GroupCollection Members

 

 


©2019. Accusoft Corporation. All Rights Reserved.

Send Feedback