Page tree

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Description

Excerpt

Returns a Groups collection containing all shape groups within the worksheet.

Signature
C#
C#

 public Groups ShapeGroups{ get; }
Signature
vb.net
vb.net

Public ReadOnly Property ShapeGroups() As Groups
Example
Code Block
csharp
csharp
titleC#

Groups allGroups = ws.Groups;
Code Block
vb.net
vb.net
titlevb.net

Dim allGroups As Groups = ws.Groups