Accusoft.ThumbnailXpress6.Net
IndexOf Method (FilterCollection)




An integer which represents the filter item to look for in the collection.
Returns the index of the given filter in the collection.
Syntax
'Declaration
 
Public Overridable Function IndexOf( _
   ByVal item As Filter _
) As Integer
'Usage
 
Dim instance As FilterCollection
Dim item As Filter
Dim value As Integer
 
value = instance.IndexOf(item)
public virtual int IndexOf( 
   Filter item
)
public: virtual int IndexOf( 
   Filter* item
) 
public:
virtual int IndexOf( 
   Filter^ item
) 

Parameters

item
An integer which represents the filter item to look for in the collection.

Return Value

The index of the filter item or -1 if not in the collection
Remarks

The matching criteria is based on the filter name.

See Also

Reference

FilterCollection Class
FilterCollection Members

 

 


©2018. Accusoft Corporation. All Rights Reserved.

Send Feedback