The GroupTable type exposes the following members.

Methods

  NameDescription
Public methodAdd()()()()
Adds a new empty group to the group table.
Public methodAdd(IEnumerable<(Of <<'(Guid>)>>))
Adds a new group to the group table with a set of objects.
Public methodAdd(String)
Adds a new empty group to the group table.
Public methodAdd(String, IEnumerable<(Of <<'(Guid>)>>))
Adds a new group to the group table with a set of objects.
Public methodAddToGroup(Int32, IEnumerable<(Of <<'(Guid>)>>))
Adds a list of objects to an existing group.
Public methodAddToGroup(Int32, Guid)
Adds an object to an existing group.
Public methodChangeGroupName
Public methodDelete
Deletes a group from this table.

Deleted groups are kept in the runtime group table so that undo will work with groups. Call IsDeleted() to determine if a group is deleted.

Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Protected methodFinalize
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.)
Public methodFind
Finds a group with a given name.
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodGroupMembers
Gets an array of all of the objects in a group.
Public methodGroupName
Public methodGroupNames
Public methodGroupObjectCount
Public methodHide
Public methodIsDeleted
Public methodLock
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodShow
Public methodToString
Returns a String that represents the current Object.
(Inherited from Object.)
Public methodUndelete
Public methodUnlock

Properties

  NameDescription
Public propertyCount
Number of groups in the group table.
Public propertyDocument
Document that owns this group table.

See Also