RemoveAt()

DrawingGuidesCollection::RemoveAt(int32_t) method

Removes the drawing guide at the specified index.

void Aspose::Slides::DrawingGuidesCollection::RemoveAt(int32_t index) override

Arguments

ParameterTypeDescription
indexint32_tIndex of the drawing guide that should be deleted.

See Also