RemoveAt Method (C1BaseFieldCollection)
Removes the
C1BaseField object at the specified index from the
C1BaseField collection.
public void RemoveAt(
System.int
)
'Declaration
Public Sub RemoveAt( _
ByVal As System.Integer _
)
Parameters
- index
- The index of the C1BaseField to remove.