ActiveReports Developer 7
IndexOf Method
See Also 
GrapeCity.ActiveReports.Web.v7 Assembly > GrapeCity.ActiveReports.Web.Controls Namespace > ToolsCollection Class : IndexOf Method

item

Glossary Item Box

Syntax

Visual Basic (Declaration) 
Public Function IndexOf( _
   ByVal item As ToolBase _
) As System.Integer
C# 
public System.int IndexOf( 
   ToolBase item
)

Parameters

item

See Also