Click or drag to resize

RowCollection Class

List of all available rows.
Inheritance Hierarchy

Namespace:  Easymap.AddIn.Data
Assembly:  Easymap.AddIn (in Easymap.AddIn.dll) Version: 11.2.0.0
Syntax
public class RowCollection : BaseObject, 
	IEnumerable<Row>, IEnumerable

The RowCollection type exposes the following members.

Properties
  NameDescription
Public propertyCount
Number of items in RowCollection.
Public propertyDataSource
Gets the associated DataSource of the row.
Public propertyItem
Gets a Row by index.
Top
Methods
  NameDescription
Public methodGetEnumerator
Returns an enumerator that iterates through a collection.
Top
See Also