RemoveAt
IMathBlockCollection.RemoveAt method
Entfernt ein Element am angegebenen Index der Sammlung.
public void RemoveAt(int index)
Parameter | Typ | Beschreibung |
---|---|---|
index | Int32 | Der nullbasierte Index des zu entfernenden Elements. |
Beispiele
Beispiel:
[C#]
IMathBlockCollection blockCollection = new MathParagraph();
IMathBlock block = new MathBlock(new MathematicalText("y"));
blockCollection.Add(block);
blockCollection.RemoveAt(0);
Siehe auch
- interface IMathBlockCollection
- namensraum Aspose.Slides.MathText
- Montage Aspose.Slides