Remove()

ILayoutSlideCollection::Remove(System::SharedPtr<ILayoutSlide>) method

Removes a layout from the collection.

virtual void Aspose::Slides::ILayoutSlideCollection::Remove(System::SharedPtr<ILayoutSlide> value)=0

Arguments

ParameterTypeDescription
valueSystem::SharedPtr<ILayoutSlide>The layout slide to remove from the collection.

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