ActiveReports 8
IndexOf Method (StaticMemberCollection)

The StaticMember object to locate in the StaticMemberCollection.
Determines the index of a specific StaticMember object in the StaticMemberCollection.
Syntax
'Declaration
 
Public Function IndexOf( _
   ByVal value As StaticMember _
) As System.Integer
public System.int IndexOf( 
   StaticMember value
)

Parameters

value
The StaticMember object to locate in the StaticMemberCollection.

Return Value

The index of the entry if it is found in the collection; otherwise, -1.
See Also

Reference

StaticMemberCollection Class
StaticMemberCollection Members

Support Forum