C1.Win.FlexReport.4.5.2 Assembly / C1.Win.FlexReport Namespace / SubSectionCollection Class / RemoveAt Method
The index of item to remove.

In This Topic
RemoveAt Method (SubSectionCollection)
In This Topic
Removes item with specified index from the collection.
Syntax
'Declaration
 
Public Sub RemoveAt( _
   ByVal index As Integer _
) 
 

Parameters

index
The index of item to remove.
See Also