Aspose::Cells::Drawing::ShapeCollection::Clear method
ShapeCollection::Clear method
Clear all shapes in the worksheet.
void Aspose::Cells::Drawing::ShapeCollection::Clear()
Examples
if (shapes.GetCount() > 0)
{
shapes.Clear();
}
See Also
- Class Vector
- Class ShapeCollection
- Namespace Aspose::Cells::Drawing
- Library Aspose.Cells for C++