Accusoft.NotateXpress13.Net
IndexOf Method (GroupElementCollection)




The Element to search for in the collection which matches the returned index.
Searches for the specified element and returns the zero-based index of the first occurrence within the entire collection.
Syntax
'Declaration
 
Public Function IndexOf( _
   ByVal value As Element _
) As Integer
'Usage
 
Dim instance As GroupElementCollection
Dim value As Element
Dim value As Integer
 
value = instance.IndexOf(value)
public int IndexOf( 
   Element value
)
public: int IndexOf( 
   Element* value
) 
public:
int IndexOf( 
   Element^ value
) 

Parameters

value
The Element to search for in the collection which matches the returned index.

Return Value

An integer which represents the index position corresponding to the given element.
See Also

Reference

GroupElementCollection Class
GroupElementCollection Members

 

 


©2019. Accusoft Corporation. All Rights Reserved.

Send Feedback