ShapeCollection.Clear
ShapeCollection.Clear method
Clear all shapes in the worksheet.
public void Clear()
Examples
[C#]
if (shapes.Count > 0)
{
shapes.Clear();
}
See Also
- class ShapeCollection
- namespace Aspose.Cells.Drawing
- assembly Aspose.Cells