Accusoft.NotateXpress13.Net
IndexOf Method (ElementCollection)




An Element to locate in the collection.
Searches for the specified Element and returns the zero-based index of the first occurrence within the entire ElementCollection.
Syntax
'Declaration
 
Public Function IndexOf( _
   ByVal value As Element _
) As Integer
'Usage
 
Dim instance As ElementCollection
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
An Element to locate in the collection.

Return Value

An integer value which represents the index of the specified element.
See Also

Reference

ElementCollection Class
ElementCollection Members

 

 


©2018. Accusoft Corporation. All Rights Reserved.

Send Feedback