ActiveReports 12
IndexOf Method (EmbeddedImageCollection)

GrapeCity.ActiveReports.v12 Assembly > GrapeCity.ActiveReports.PageReportModel Namespace > EmbeddedImageCollection Class : IndexOf Method
The object to locate in the List. The value can be null for reference types.
Determines the index of a specific EmbeddedImage object in the EmbeddedImageCollection.
Syntax
'Declaration
 
Public Function IndexOf( _
   ByVal item As EmbeddedImage _
) As Integer
public int IndexOf( 
   EmbeddedImage item
)

Parameters

item
The object to locate in the List. The value can be null for reference types.

Return Value

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

Reference

EmbeddedImageCollection Class
EmbeddedImageCollection Members