ComponentOne Reports for WPF
C1.C1Report Namespace / GroupCollection Class / Remove Method / Remove(String) Method
The name of the group to be removed.

In This Topic
    Remove(String) 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 name As String _
    ) 
    public void Remove( 
       string name
    )

    Parameters

    name
    The name of the group to be removed.
    See Also