MESCIUS.ActiveReports Assembly / GrapeCity.ActiveReports.Configuration Namespace / RenderingExtensionInfoCollection Class / IndexOf Method
The RenderingExtensionInfo to looking for.

In This Topic
IndexOf Method (RenderingExtensionInfoCollection)
In This Topic
Searches for the specified RenderingExtensions and returns the zero-based index of the first occurrence within the entire RenderingExtensionsCollection.
Syntax
'Declaration
 
Public Function IndexOf( _
   ByVal value As RenderingExtensionInfo _
) As Integer
 

Parameters

value
The RenderingExtensionInfo to looking for.
See Also