[]
Represents a collection of all the IPicture objects on the specified sheet.
public interface IPictures
Public Interface IPictures
Name | Description |
---|---|
Count | Gets the number of pictures in the collection. |
this[int] | Gets the IPicture object at the specified index. |
this[string] | Gets the IPicture object with the specified name. |
Name | Description |
---|---|
Paste(IRange, bool) | Pastes the contents of the Clipboard onto the sheet. |
Paste(string, bool) | Pastes the contents of the Clipboard onto the sheet. |