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 As Group _
)
public void Remove(
Group
)
Parameters
- group
- The group to be removed.
See Also