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
Wiki Markup
{description}
{excerpt}[Groups|Groups] provides access to the collection of [Group|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|Worksheet.ShapeGroups].{excerpt}
{signature:C#}
 public sealed class Groups : System.Collections.Generic.IEnumerable<Group>
{signature}{signature:vb.net}
Public NotInheritable Class Groups
		Implements System.Collections.Generic.IEnumerable(Of Group)
{signature}
{properties}
||Name||Description||
|[Count|Groups.Count]|{excerpt-include:Groups.Count|nopanel=true}|
{methods}
||Name||Description||
|[GetEnumerator()|Groups.GetEnumerator()]|{excerpt-include:Groups.GetEnumerator()|nopanel=true}|
|[ListGroups()|Groups.ListGroups()]|{excerpt-include:Groups.ListGroups()|nopanel=true}|
|[Remove(Group)|Groups.Remove(Group)]|{excerpt-include:Groups.Remove(Group)|nopanel=true}|
|[Remove(Int32)|Groups.Remove(Int32)]|{excerpt-include:Groups.Remove(Int32)|nopanel=true}|