ActiveReports 10
Add Method (DataRowCollection)

GrapeCity.ActiveReports.v10 Assembly > GrapeCity.ActiveReports.PageReportModel Namespace > DataRowCollection Class : Add Method
The DataRow object to add to the collection.
Adds a DataRow object to the DataRowCollection.
Syntax
'Declaration
 
Public Function Add( _
   ByVal value As DataRow _
) As Integer
public int Add( 
   DataRow value
)

Parameters

value
The DataRow object to add to the collection.

Return Value

A new DataRow object.
See Also

Reference

DataRowCollection Class
DataRowCollection Members