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 [Pictures|Pictures] collection containing all pictures in the worksheet. Use this collection to add, access, and remove pictures from the worksheet.{excerpt}
{signature:C#}
 public Pictures Pictures{ get; }
{signature}{signature:vb.net}
Public ReadOnly Property Pictures() As Pictures
{signature}
{example}{code:csharp|title=C#}
Pictures allPictures = ws.Pictures;{code}
{code:vb.net|title=vb.net}
Dim allPictures = ws.Pictures{code}

{example}