Accusoft.NotateXpressSdk Namespace : GroupCollection Class |
For a list of all members of this type, see GroupCollection members.
Name | Description | |
---|---|---|
![]() | Add | Adds the given group to the current GroupCollection. |
![]() | Clear | Clears the entire collection as well as calls the Clear function of the base class. |
![]() | Contains | Determines if the group collection contains the given Group. |
![]() | CopyTo | Copies the entire group collection to the given array, starting at given index of the target array. |
![]() | Dispose | Releases all resources used by this GroupCollection object. |
![]() | GetEnumerator | (Inherited from System.Collections.CollectionBase) |
![]() | IndexOf | Searches for a group based on the given value and returns the index position of the first occurrence within the entire GroupCollection. |
![]() | Insert | Inserts a Group at the given index location within the group collection. |
![]() | Remove | Removes the given Group from the group collection. |
![]() | RemoveAt | Removes a group within the group collection located at the given index. |