Page tree

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migrated to Confluence 4.0
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#
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}{signature:vb.net
vb.net
}
Public NotInheritable Class Groups
		Implements System.Collections.Generic.IEnumerable(Of Group)
Properties

...

Name

...

Description

...

Count

{signature}
{properties}
||Name||Description||
|[Count|Groups.Count]|{excerpt-include

...

:Groups.Count

...

Methods

...

Name

...

Description

...

GetEnumerator()

...

|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}|