ActiveReports Developer 7
IndexOf Method (SortByCollection)

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

Parameters

value
The SortBy object to locate in the SortByCollection.

Return Value

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

Reference

SortByCollection Class
SortByCollection Members