The GroupCollection type exposes the following members.

Methods

  Name Description
Public method Add
Adds a new Group to the collection, along with header and footer sections for the new group.
Public method Contains(String)
Determines whether the collection contains a specific group.
Public method Contains(Group)
Determines whether the collection contains a specific group.
Public method CopyTo
Copies the elements of the collection to an Array, starting at a particular array index.
Public method Remove(Int32)
Removes a Group from the Groups collection, and its header/footer sections from the Sections collection.
Public method Remove(String)
Removes a Group from the Groups collection, and its header/footer sections from the Sections collection.
Public method Remove(Group)
Removes a Group from the Groups collection, and its header/footer sections from the Sections collection.

Properties

  Name Description
Public property Count
Returns the number of groups in a Groups collection.
Public property Item[([( Int32])])
Returns a group from a Groups collection.
Public property Item[([( String])])
Returns a group from a Groups collection.

See Also