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