ComponentOne DataObjects for .NET
RemoveAt Method (C1ExpressJoinCollection)

C1.Data.Express.2 Assembly > C1.Data.Express Namespace > C1ExpressJoinCollection Class : RemoveAt Method
The zero-based index of the object to remove.
Removes the collection item 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

C1ExpressJoinCollection Class
C1ExpressJoinCollection Members