Name | Description | |
---|---|---|
![]() | Count | Returns the amount of Picture in the current worksheet. |
![]() | Item | Overloaded. Returns the Picture located at the specific index. |
The following tables list the members exposed by PictureCollection.
Name | Description | |
---|---|---|
![]() | Count | Returns the amount of Picture in the current worksheet. |
![]() | Item | Overloaded. Returns the Picture located at the specific index. |
Name | Description | |
---|---|---|
![]() | Add | Overloaded. Adds a new picture by specifying the path and the file or by giving an ImageStream of the picture. |
![]() | Contains | |
![]() | GetEnumerator | |
![]() | Remove | Overloaded. Removes a Picture from the PictureCollection. |
![]() | RemoveAt | Removes a Picture from the PictureCollection by using an index to locate it in the collection. |