Page tree

Versions Compared

Key

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

Description

Excerpt

Returns a Shapes collection containing all shapes within the worksheet.

Signature
C#
C#

 public Shapes Shapes{ get; }
Signature
vb.net
vb.net

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

Shapes allShapes = ws.Shapes;
Code Block
vb.net
vb.net
titlevb.net

Dim allShapes As Shapes = ws.Shapes