Aspose::Cells::Drawing::ShapeCollection::Clear method

ShapeCollection::Clear method

Clear all shapes.

void Aspose::Cells::Drawing::ShapeCollection::Clear()

Examples

if (shapes.GetCount() > 0)
{
    shapes.Clear();
}

See Also