ExcelPicturesCollectionItem Property |
Gets the picture at the specified index from collection.
Namespace:
ExpertXls.ExcelLib
Assembly:
expertxls (in expertxls.dll) Version: 7.0.0
Syntax public ExcelPicture this[
int pictureIndex
] { get; }
Public ReadOnly Default Property Item (
pictureIndex As Integer
) As ExcelPicture
Get
Parameters
- pictureIndex
- Type: SystemInt32
The zero based index of the picture in collection.
Return Value
Type:
ExcelPictureThe picture at the specified index in collection.
See Also