ComponentOne FlexReport for UWP
RemoveAt Method (GroupCollection)

C1.UWP.FlexReport Assembly > C1.Xaml.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