ActiveReports 10
Remove Method (TableGroupCollection)

GrapeCity.ActiveReports.v10 Assembly > GrapeCity.ActiveReports.PageReportModel Namespace > TableGroupCollection Class : Remove Method
The TableGroup object to remove.
Removes the specified TableGroup object from the TableGroupCollection.
Syntax
'Declaration
 
Public Sub Remove( _
   ByVal value As TableGroup _
) 
public void Remove( 
   TableGroup value
)

Parameters

value
The TableGroup object to remove.
See Also

Reference

TableGroupCollection Class
TableGroupCollection Members