RemoveAt()
MasterSlideCollection::RemoveAt(int32_t) method
Removes the element at the specified index of the collection.
void Aspose::Slides::MasterSlideCollection::RemoveAt(int32_t index) override
Arguments
Parameter | Type | Description |
---|---|---|
index | int32_t | The zero-based index of the element to remove. |
Remarks
To avoid throwing of the PptxEditException check master’s HasDependingSlides property before.
See Also
- Class MasterSlideCollection
- Namespace Aspose::Slides
- Library Aspose.Slides