Implements IndexOf(Object).

Namespace:  PerpetuumSoft.Reporting.Components
Assembly:  PerpetuumSoft.Reporting (in PerpetuumSoft.Reporting.dll) Version: 3.9.0.1

Syntax

C#
public int IndexOf(
	ReportSlot value
)
Visual Basic (Declaration)
Public Function IndexOf ( _
	value As ReportSlot _
) As Integer
Visual C++
public:
int IndexOf(
	ReportSlot^ value
)

See Also