ActiveReports 8
Remove Method (DataRowCollection)

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

Support Forum