Click or drag to resize

XlsBitmapShape Remove Method (Boolean)

Removes the current picture shape from the sheet's picture collection and the shapes collection. If the shape converter is an instance of OleObject, the method returns without performing any removal.

Namespace: Spire.Xls.Core.Spreadsheet.Shapes
Assembly: Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
public void Remove(
	bool removeImage
)

Parameters

removeImage
Type: System Boolean
A boolean parameter that is not used within the method.

Implements

IPictureShape Remove(Boolean)
See Also