ComponentOne Reports for WPF
C1.C1Report Namespace / GroupCollection Class / Remove Method / Remove(Int32) Method
Specifies the group to be removed.

In This Topic
    Remove(Int32) Method
    In This Topic
    Removes a Group from the C1Report.Groups collection, and its header/footer sections from the C1Report.Sections collection.
    Syntax
    'Declaration
     
    Public Overloads Sub Remove( _
       ByVal index As Integer _
    ) 
    public void Remove( 
       int index
    )

    Parameters

    index
    Specifies the group to be removed.
    See Also