ComponentOne FlexReport for UWP
RemoveAt Method (SubSectionCollection)

C1.UWP.FlexReport Assembly > C1.Xaml.FlexReport Namespace > SubSectionCollection Class : RemoveAt Method
The index of item to remove.
Removes item with specified index from the collection.
Syntax
'Declaration
 
Public Sub RemoveAt( _
   ByVal index As System.Integer _
) 
public void RemoveAt( 
   System.int index
)

Parameters

index
The index of item to remove.
See Also

Reference

SubSectionCollection Class
SubSectionCollection Members