Message-ID: <43125529.10481.1711725883506.JavaMail.web05$@web05> Subject: Exported From Confluence MIME-Version: 1.0 Content-Type: multipart/related; boundary="----=_Part_10480_1648531989.1711725883506" ------=_Part_10480_1648531989.1711725883506 Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Content-Location: file:///C:/exported.html Groups

Groups

Description

=20

Groups provides access to the collec= tion 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 con= tents modified. However, a group can be moved, resized, and removed from a = drawing. To return a Groups collection, use Worksheet.ShapeGroups.

=20
C#
=20
 public sealed class Groups : System.Collections.Generic.IEnumerable<Gro=
up>
=20
=20
vb.net
=20
Public NotInheritable Class Groups
=09=09Implements System.Collections.Generic.IEnumerable(Of Group)
=20
=20

Properties

=20
=20 =20 =20 =20 =20 =20 =20 =20 =20

Name

Description

Count

Returns the number of Group objects in the collection.
=20

Methods

=20
=20 =20 =20 =20 =20 =20 =20 =20 =20 =20 =20 =20 =20 =20 =20 =20 =20 =20 =20 =20 =20

Name

Description

GetEnumerator()

Returns an IEnumerator for the Groups in a W= orksheet

ListGroups()

Returns an array of all the Group objects in the collection.

Remove(Group)

Removes the specified Group object from the collection.

Remove(Int32)

Removes the Group= object at the specified 0-based position in the collection.
------=_Part_10480_1648531989.1711725883506--