OPC Labs Base Library
IndexOf Implemented Method
OpcLabs_BaseLib ActiveX DLL > ElasticVector Collection > List Interface : IndexOf Implemented Method

Description
Searches for the specified object and returns the zero-based index of the first occurrence within the entire collection.

 

DISPID (Dispatch ID):

 

For more information, see IndexOf in .NET Reference.

Syntax
Visual Basic
Public Function IndexOf( _
   ByVal value As Variant _
) As Long
Parameters
value

Return Type

See IndexOf in .NET Reference.

Remarks

For remarks, see IndexOf in .NET Reference.

Example

For examples, see IndexOf in .NET Reference.

See Also

ElasticVector Collection  | List Interface