Overloaded. Returns the zero-based index of the first Field occurrence in the collection or in its portion.

Namespace:  PerpetuumSoft.Olap
Assembly:  PerpetuumSoft.Olap (in PerpetuumSoft.Olap.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
)

Parameters

value
Type: PerpetuumSoft.Olap..::.Field

See Also