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.

...

Name

Description

Count

Excerpt Include
EW8:Groups.CountEW8:
Groups.Count
nopaneltrue
Methods

Name

Description

GetEnumerator()

Excerpt Include
EW8:Groups.GetEnumerator()EW8:
Groups.GetEnumerator()
nopaneltrue

ListGroups()

Excerpt Include
EW8:Groups.ListGroups()EW8:
Groups.ListGroups()
nopaneltrue

Remove(Group)

Excerpt Include
EW8:Groups.Remove(Group)EW8:
Groups.Remove(Group)
nopaneltrue

Remove(Int32)

Excerpt Include
EW8:Groups.Remove(Int32)EW8:
Groups.Remove(Int32)
nopaneltrue