ComponentOne DataObjects for .NET
RemoveAt Method (C1ExpressFieldCollection)

C1.Data.Express.2 Assembly > C1.Data.Express Namespace > C1ExpressFieldCollection Class : RemoveAt Method
The zero-based index of the object to remove.
Removes the object at the specified index.
Syntax
'Declaration
 
Public Shadows Sub RemoveAt( _
   ByVal index As System.Integer _
) 
public new void RemoveAt( 
   System.int index
)

Parameters

index
The zero-based index of the object to remove.
See Also

Reference

C1ExpressFieldCollection Class
C1ExpressFieldCollection Members