ActiveReports3 Request technical support
IndexOf Method
See Also 


value

The StyleSheet object to locate in the collection.

Returns the index of the first occurrence of a value in the collection.

Syntax

Visual Basic (Declaration) 
Public Function IndexOf( _
   ByVal value As Object _
) As Integer
Visual Basic (Usage)Copy Code
Dim instance As StyleSheet
Dim value As Object
Dim value As Integer
 
value = instance.IndexOf(value)
C# 
public int IndexOf( 
   object value
)

Parameters

value

The StyleSheet object to locate in the collection.

See Also