Removes a Group from the Groups collection, and its header/footer sections from the Sections collection.

Namespace:  C1.C1Report
Assembly:  C1.C1Report.2 (in C1.C1Report.2.dll)

Syntax

C#
public void Remove(
	Group group
)
Visual Basic
Public Sub Remove ( _
	group As Group _
)

Parameters

group
Type: C1.C1Report..::..Group
The group to be removed.

See Also