ActiveReports 10
Remove Method (TableRowCollection)

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

Parameters

value
The TableRow object to remove.
See Also

Reference

TableRowCollection Class
TableRowCollection Members