[]
Gets the IPicture object at the specified index.
IPicture this[int index] { get; }
ReadOnly Default Property Item(index As Integer) As IPicture
| Type | Name | Description |
|---|---|---|
| int | index | The index of the shape. |
| Type | Description |
|---|---|
| IPicture | The IPicture object at the specified index. |
Gets the IPicture object with the specified name.
IPicture this[string name] { get; }
ReadOnly Default Property Item(name As String) As IPicture
| Type | Name | Description |
|---|---|---|
| string | name | The name of the picture. |
| Type | Description |
|---|---|
| IPicture | The IPicture object with the specified name. |