QuickObjects.ObjectBase Send comments on this topic.
Insert Method
See Also 
Akal.QuickObjects.ObjectBase Namespace > IFieldCollection Class : Insert Method
index
Position at which to insert the fields.
fields
BaseField to insert.
Inserts the BaseField into the collection at the specified position.

Syntax

C# 
public void Insert( 
   int index,
   BaseField fields
)

Parameters

index
Position at which to insert the fields.
fields
BaseField to insert.

Requirements

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

See Also