Remove()

IMasterSlideCollection::Remove(System::SharedPtr<IMasterSlide>) method

Removes the first occurrence of a specific object from the collection.

virtual void Aspose::Slides::IMasterSlideCollection::Remove(System::SharedPtr<IMasterSlide> value)=0

Arguments

ParameterTypeDescription
valueSystem::SharedPtr<IMasterSlide>The master slide to remove from the collection.

See Also