FlexReport for UWP | ComponentOne
C1.UWP.FlexReport Assembly / C1.Xaml.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 _
    ) 
    public void RemoveAt( 
       int index
    )

    Parameters

    index
    The index of item to remove.
    See Also