ExcelPicturesCollectionItem Property
Gets the picture at the specified index from collection.
Namespace: Winnovative.ExcelLibAssembly: WnvXls_NetCore (in WnvXls_NetCore.dll) Version: 11.0.0
public ExcelPicture this[
int pictureIndex
] { get; }
Public ReadOnly Default Property Item (
pictureIndex As Integer
) As ExcelPicture
Get
public:
property ExcelPicture^ default[int pictureIndex] {
ExcelPicture^ get (int pictureIndex);
}
member Item : ExcelPicture with get
- pictureIndex Int32
- The zero based index of the picture in collection.
ExcelPictureThe picture at the specified index in collection.