ComponentOne FlexReport for WinForms
RemoveAt Method (SubSectionCollection)

C1.Win.FlexReport.4 Assembly > C1.Win.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