Insert Method (C1BaseFieldCollection)
Inserts the specified
C1BaseField object into the
C1BaseFieldCollection collection at the specified index.
'Declaration
Public Sub Insert( _
ByVal As System.Integer, _
ByVal As C1BaseField _
)
Parameters
- index
- The zero-based index at which the C1BaseField is inserted.
- value
- The C1BaseField to insert.