DMRGroupCollection Class |
Namespace:
DMLibrary
Assembly:
DMLibrary (in DMLibrary.dll) Version: 1.0.6340.17420
The DMRGroupCollection type exposes the following members.
Name | Description | |
---|---|---|
![]() | DMRGroupCollection | Initializes a new instance of the DMRGroupCollection class |
Name | Description | |
---|---|---|
![]() | Add |
Adds a DMRGroup object to the DMRGroupCollection.
|
![]() | IndexOf(DMRGroup) |
Retrieves the position index of the DMRGroup object within the collection whose GroupType and Parameter properties match the
DMRGroup object passed as a parameter. If it is not found, -1 is returned.
|
![]() | IndexOf(DMRGroupType) |
Returns the position index of the first DMRGroup within the collection whose type matches
the parameter "GroupType." Returns -1 if the group type is not foudn in the collection.
|