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

...

Description

Excerpt

The Pictures collection represents the set of pictures in a worksheet. To return a Pictures collection, use Worksheet.Pictures.

Signature
C#
C#
[DefaultMember("Item")]
 public sealed class Pictures : System.Collections.Generic.IEnumerable<Picture>
{signature}{signature:
}
Signature
vb.net
vb.net
<DefaultMember("Item")> _
	Public NotInheritable Class Pictures
		Implements System.Collections.Generic.IEnumerable(Of Picture)
{signature}
{properties}
||Name||Description||
|[Count|Pictures.Count]|{
Properties

Name

Description

Count

Excerpt Include

...

Pictures.Count

...

Pictures.Count
nopaneltrue
Indexers

Name

Description

Item(Int32)

...

Excerpt Include
Pictures.Item(Int32)

...

Pictures.Item(Int32)

...

nopanel

...

...

Excerpt Include
Pictures.Item(String)

...

Pictures.Item(String)

...

nopanel

...

true
Methods

Name

Description

CreatePicture(String,

...

...

Excerpt Include
Pictures.CreatePicture(String,

...

Anchor)

...

Pictures.CreatePicture(String,

...

Anchor)

...

nopanel

...

...

...

Excerpt Include
Pictures.CreatePicture(System.IO.Stream,

...

Anchor)

...

Pictures.CreatePicture(System.IO.Stream,

...

Anchor)

...

nopanel

...

...

Excerpt Include
Pictures.GetEnumerator()

...

Pictures.GetEnumerator()

...

nopanel

...

...

Excerpt Include
Pictures.ListPictures()

...

Pictures.ListPictures()

...

nopanel

...

...

Excerpt Include
Pictures.Remove(Int32)

...

Pictures.Remove(Int32)

...

nopanel

...

...

Excerpt Include
Pictures.Remove(Picture)

...

Pictures.Remove(Picture)

...

nopanel

...

true

...