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: 7.0.0
Syntax
public ExcelPicture this[
	int pictureIndex
] { get; }

Parameters

pictureIndex
Type: SystemInt32
The zero based index of the picture in collection.

Return Value

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