ActiveReports Developer 7
DataRowCollection Class Members
See Also  Properties  Methods 
GrapeCity.ActiveReports.v7 Assembly > GrapeCity.ActiveReports.PageReportModel Namespace : DataRowCollection Class

Glossary Item Box

The following tables list the members exposed by DataRowCollection.

Public Properties

 NameDescription
Public PropertyCapacityGets or sets the number of elements that the DataRowCollection can contain. (Inherited from System.Collections.CollectionBase)
Public PropertyCountGets the number of elements contained in the DataRowCollection instance. This property cannot be overridden.` (Inherited from System.Collections.CollectionBase)
Public PropertyItemGets or sets a specific DataRow object in the DataRowCollection by position.  
Top

Public Methods

 NameDescription
Public MethodAddAdds a DataRow object to the DataRowCollection.  
Public MethodClearRemoves all objects from the DataRowCollection instance. This method cannot be overridden. (Inherited from System.Collections.CollectionBase)
Public MethodIndexOfDetermines the index of a specific DataRow object in the DataRowCollection.  
Public MethodRemoveRemoves the specified DataRow object from the DataRowCollection.  
Public MethodRemoveAtRemoves the element at the specified index of the DataRowCollection instance. This method is not overridable. (Inherited from System.Collections.CollectionBase)
Top

See Also