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

public Groups ShapeGroups{ get; }
Public ReadOnly Property ShapeGroups() As Groups
Groups allGroups = ws.Groups;
Dim allGroups As Groups = ws.Groups