ActiveReports 19 .NET Edition
MESCIUS.ActiveReports Assembly / DDCssLib Namespace / StyleSheet Class / IndexOf Method
The System.Object to locate in the System.Collections.IList.

In This Topic
IndexOf Method (StyleSheet)
In This Topic
Determines the index of a specific item in the System.Collections.IList.
Syntax
'Declaration
 
Public Function IndexOf( _
   ByVal value As Object _
) As Integer
 

Parameters

value
The System.Object to locate in the System.Collections.IList.

Return Value

The index of value if found in the list; otherwise, -1.
See Also