Returns a Shapes collection containing all shapes within the worksheet.

public Shapes Shapes{ get; }
Public ReadOnly Property Shapes() As Shapes
Shapes allShapes = ws.Shapes;
Dim allShapes As Shapes = ws.Shapes