The GroupCollection type exposes the following members.
Methods
Name | Description | |
---|---|---|
Add |
Adds a new Group to the collection, along with header and footer sections for the new group.
|
|
Contains(String) |
Determines whether the collection contains a specific group.
|
|
Contains(Group) |
Determines whether the collection contains a specific group.
|
|
CopyTo |
Copies the elements of the collection to an Array, starting at a particular array index.
|
|
Remove(Int32) | ||
Remove(String) | ||
Remove(Group) |
Properties
Name | Description | |
---|---|---|
Count |
Returns the number of groups in a Groups collection.
|
|
Item[([( Int32])]) |
Returns a group from a Groups collection.
|
|
Item[([( String])]) |
Returns a group from a Groups collection.
|