Click or drag to resize

ReportAreaCollection Class

Maintains a list of selected areas in a report.
Inheritance Hierarchy

Namespace:  Easymap.AddIn.Elements
Assembly:  Easymap.AddIn (in Easymap.AddIn.dll) Version: 11.2.0.0
Syntax
public class ReportAreaCollection : BaseObject, 
	IEnumerable<string>, IEnumerable

The ReportAreaCollection type exposes the following members.

Properties
  NameDescription
Public propertyCount
The number of elements.
Public propertyItem
Get the area key at the specified index.
Top
Methods
  NameDescription
Public methodAdd
Add an area key to the list of selected areas.
Public methodGetEnumerator
Returns an enumerator for the list of selected areas.
Public methodRemove
Remove a key from the list of selected areas.
Top
See Also