QuickObjects.ObjectBase Send comments on this topic.
IndexOf(BaseField) Method
See Also 
Akal.QuickObjects.ObjectBase Namespace > IFieldCollection Class > IndexOf Method : IndexOf(BaseField) Method
fields
BaseField to locate within the collection.
Returns the index for the BaseField within the collection.

Syntax

C# 
public int IndexOf( 
   BaseField fields
)

Parameters

fields
BaseField to locate within the collection.

Return Value

Index of the BaseField.

Requirements

Target Platforms: .NET Framework 1.1 or .NET Framework 2.0

See Also