ComponentOne FlexReport for WinForms
RemoveAt Method (GroupCollection)

C1.Win.FlexReport.4 Assembly > C1.Win.FlexReport Namespace > GroupCollection Class : RemoveAt Method
Specifies the item to be removed.
Removes an item from the collection.
Syntax
'Declaration
 
Public Sub RemoveAt( _
   ByVal index As System.Integer _
) 
public void RemoveAt( 
   System.int index
)

Parameters

index
Specifies the item to be removed.
See Also

Reference

GroupCollection Class
GroupCollection Members