RemoveAt()

MasterLayoutSlideCollection::RemoveAt(int32_t) method

Removes the element at the specified index of the collection.

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

Arguments

ParameterTypeDescription
indexint32_tThe zero-based index of the element to remove.

Remarks

  1. To avoid throwing of the PptxEditException check layout’s HasDependingSlides property before. 2) You can use also ILayoutSlide::Remove method to simplify code.

See Also