Click or drag to resize

Worksheet RemovePicture Method (IPictureShape)

Remove picture from this worksheet.

Namespace: Spire.Xls
Assembly: Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
public void RemovePicture(
	IPictureShape picture
)

Parameters

picture
Type: Spire.Xls.Core IPictureShape
A pictureshape
See Also