PrstGeomShapeCollection
Remove Method (IShape)
|
Remove a shape in collection;
Namespace:
Spire.Xls.Core.Spreadsheet.Collections
Assembly:
Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
public void Remove(
IShape shape
)
Public Sub Remove (
shape As IShape
)
public:
void Remove(
IShape^ shape
)
member Remove :
shape : IShape -> unit
Parameters
-
shape
-
Type:
Spire.Xls.Core
IShape
the shape to remove
See Also