ActiveReports 10
Remove Method (DataRowCollection)

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

Parameters

value
The DataRow object to remove.
See Also

Reference

DataRowCollection Class
DataRowCollection Members