ActiveReports 9
Add Method (DataRowCollection)

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 System.Integer
public System.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

 

 


Copyright © 2016 GrapeCity, inc. All rights reserved

Support Forum