SAReportRowCollection Class
|
Alterian Email Manager 6.2.3 SDK Help File
Represents a collection of SAReportRow objects that can be individually accessed by index.
Inheritance Hierarchy Namespace:
DMLibraryAssembly:
DMLibrary (in DMLibrary.dll) Version: 1.0.6340.17420
Syntaxpublic class SAReportRowCollection : CollectionBase
Public Class SAReportRowCollection
Inherits CollectionBase
public ref class SAReportRowCollection : public CollectionBase
type SAReportRowCollection =
class
inherit CollectionBase
end
DMLibrary.SAReportRowCollection = function();
Type.createClass(
'DMLibrary.SAReportRowCollection',
CollectionBase);
The SAReportRowCollection type exposes the following members.
Constructors
Properties
Methods | Name | Description |
---|
 | Add |
Adds a SAReportRow object to the SAReportRowCollection.
|
Top
See Also