Page tree

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migration of unmigrated content due to installation of a new plugin
Wiki Markup
{description}
{excerpt}Returns a [Groups|Groups] collection containing all shape groups within the worksheet.{excerpt}
{signature:C#}
 public Groups ShapeGroups{ get; }
{signature}{signature:vb.net}
Public ReadOnly Property ShapeGroups() As Groups
{signature}
{example}{code:csharp|title=C#}
Groups allGroups = ws.Groups;{code}
{code:vb.net|title=vb.net}
Dim allGroups As Groups = ws.Groups{code}

{example}