Page tree

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migration of unmigrated content due to installation of a new plugin

...

Description

Excerpt

Groups provides access to the collection of Group objectss contained within a drawing. Currently, only top level groups may be accessed. Nested groups are not supported. Additionally, a group may not be created or have its contents modified. However, a group can be moved, resized, and removed from a drawing. To return a Groups collection, use Worksheet.ShapeGroups.

Signature
C#
C#
 public sealed class Groups : System.Collections.Generic.IEnumerable<Group>
{signature}{signature:
}
Signature
vb.net
vb.net
Public NotInheritable Class Groups
		Implements System.Collections.Generic.IEnumerable(Of Group)
{signature}
{properties}
||Name||Description||
|[Count|Groups.Count]|{
Properties

Name

Description

Count

Excerpt Include

...

Groups.Count

...

Groups.Count
nopaneltrue
Methods

Name

Description

GetEnumerator()

Excerpt Include
Groups.GetEnumerator()

...

Groups.GetEnumerator()

...

nopanel

...

...

Excerpt Include
Groups.ListGroups()

...

Groups.ListGroups()

...

nopanel

...

...

Excerpt Include
Groups.Remove(Group)

...

Groups.Remove(Group)

...

nopanel

...

...

Excerpt Include
Groups.Remove(Int32)

...

Groups.Remove(Int32)

...

nopanel

...

true

...