Description
The Pictures collection represents the set of pictures in a worksheet. To return a Pictures
collection, use Worksheet.Pictures.
C#
[DefaultMember( "Item" )] public sealed class Pictures : System.Collections.Generic.IEnumerable<Picture> |
vb.net
<DefaultMember( "Item" )> _ Public NotInheritable Class Pictures Implements System.Collections.Generic.IEnumerable(Of Picture) |
Properties
Indexers
Name |
Description |
---|---|
Returns the Picture object at the specified position in the Pictures collection. Picture is the indexer for the Pictures class. |
|
Returns the Picture object with the specified name in the Pictures collection. Picture is the indexer for the Pictures class. |
Methods
Name |
Description |
---|---|
Creates a new Picture object from an existing image. | |
Creates a new Picture object from an existing image. | |
Returns an IEnumerator for the Pictures in a Worksheet |
|
Returns an array of all the Picture objects in the worksheet. | |
Deletes the specified Picture object from the worksheet. | |
Deletes the specified Picture object from the worksheet. |