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

Worksheet.ShapeGroups

Description

Returns a=20 Groups collection containing all shape= groups within the worksheet.=20
C#
=20
public Groups ShapeGroups{ get; }
=20
=20
vb.net
=20
Public ReadOnly Property ShapeGroups() As Groups=
=20
=20

Examples

=20
C#
=20
Groups allGroups =3D ws.Groups;
=20
vb.net
=20
Dim allGroups As Groups =3D ws.Groups
=20
------=_Part_7784_1524200729.1711621810982--