RemoveAt()
IMathBlockCollection::RemoveAt(int32_t) method
Removes an item at the specified index of the collection.
virtual void Aspose::Slides::MathText::IMathBlockCollection::RemoveAt(int32_t index)=0
Arguments
Parameter | Type | Description |
---|---|---|
index | int32_t | The zero-based index of the item to remove. |
Remarks
Example:
auto blockCollection = System::MakeObject<MathParagraph>();
auto block = System::MakeObject<MathBlock>(System::MakeObject<MathematicalText>(u"y"));
blockCollection->Add(block);
blockCollection->RemoveAt(0);
See Also
- Class IMathBlockCollection
- Namespace Aspose::Slides::MathText
- Library Aspose.Slides