ComponentOne DataObjects for .NET
Insert Method (C1ExpressFieldCollection)

C1.Data.Express.2 Assembly > C1.Data.Express Namespace > C1ExpressFieldCollection Class : Insert Method
The zero-based index at which object should be inserted.
The object to insert.
Inserts an element into the collection at the specified index.
Syntax
'Declaration
 
Public Sub Insert( _
   ByVal index As System.Integer, _
   ByVal field As C1ExpressField _
) 
public void Insert( 
   System.int index,
   C1ExpressField field
)

Parameters

index
The zero-based index at which object should be inserted.
field
The object to insert.
See Also

Reference

C1ExpressFieldCollection Class
C1ExpressFieldCollection Members