ExcelPicturesCollectionItem Property
Gets the picture at the specified index from collection.
Namespace: Winnovative.ExcelLibAssembly: WnvXls_NetCore (in WnvXls_NetCore.dll) Version: 14.0.0
public ExcelPicture this[
int pictureIndex
] { get; }
- pictureIndex Int32
- The zero based index of the picture in collection.
ExcelPictureThe picture at the specified index in collection.