Click or drag to resize

ExcelPicturesCollectionRemovePicture Method

Removes the picture at the specified zero based index from collection

Namespace: ExpertXls.ExcelLib
Assembly: expertxls (in expertxls.dll) Version: 9.0.0
Syntax
public void RemovePicture(
	int pictureIndex
)

Parameters

pictureIndex  Int32
The zero based index of the picture to be removed from collection.
See Also