'Declaration Public Sub Insert( _ ByVal index As System.Integer, _ ByVal value As C1BaseField _ )
public void Insert( System.int index, C1BaseField value )
Parameters
- index
 - The zero-based index at which the C1BaseField is inserted.
 - value
 - The C1BaseField to insert.