Returns the specified groupэы index in the collection.

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

Syntax

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

See Also