ActiveReports 10
IndexOf Method (StaticMemberCollection)

GrapeCity.ActiveReports.v10 Assembly > GrapeCity.ActiveReports.PageReportModel Namespace > StaticMemberCollection Class : IndexOf Method
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 Integer
public 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