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
)
Public Sub RemovePicture (
picture As IPictureShape
)
public:
void RemovePicture(
IPictureShape^ picture
)
member RemovePicture :
picture : IPictureShape -> unit
Parameters
-
picture
-
Type:
Spire.Xls.Core
IPictureShape
A pictureshape
See Also