Click or drag to resize

ExcelPicturesCollectionItem Property

Gets the picture at the specified index from collection.

Namespace: ExpertXls.ExcelLib
Assembly: expertxls (in expertxls.dll) Version: 9.0.0
Syntax
public ExcelPicture this[
	int pictureIndex
] { get; }

Parameters

pictureIndex  Int32
The zero based index of the picture in collection.

Return Value

ExcelPicture
The picture at the specified index in collection.
See Also