Implements IndexOf(Object).

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

Syntax

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

See Also