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
)
Public Sub Remove (
removeImage As Boolean
)
public:
virtual void Remove(
bool removeImage
) sealed
abstract Remove :
removeImage : bool -> unit
override Remove :
removeImage : bool -> unit
Parameters
-
removeImage
-
Type:
System
Boolean
A boolean parameter that is not used within the method.
Implements
IPictureShape
Remove(Boolean)
See Also