Message-ID: <1684393314.7941.1711626990225.JavaMail.web05$@web05> Subject: Exported From Confluence MIME-Version: 1.0 Content-Type: multipart/related; boundary="----=_Part_7940_1834284057.1711626990225" ------=_Part_7940_1834284057.1711626990225 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 colle= ction of Group objectss contained withi= n a drawing. Currently, only top level groups may be accessed. Nested group= s are not supported. Additionally, a group may not be created or have its c= ontents 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<= /a>

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 Grou= p object at the specified 0-based position in the collection.
------=_Part_7940_1834284057.1711626990225--