Page tree

Versions Compared

Key

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

Description

Excerpt

Returns a Pictures collection containing all pictures in the worksheet. Use this collection to add, access, and remove pictures from the worksheet.

Signature
C#
C#

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

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

Pictures allPictures = ws.Pictures;
Code Block
vb.net
vb.net
titlevb.net

Dim allPictures = ws.Pictures