Click or drag to resize

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
)

Parameters

shape
Type: Spire.Xls.Core IShape
the shape to remove
See Also