RemoveAt
IMathBlockCollection.RemoveAt method
Supprime un élément à l’index spécifié de la collection.
public void RemoveAt(int index)
Paramètre | Taper | La description |
---|---|---|
index | Int32 | Index de base zéro de l’élément à supprimer. |
Exemples
Exemple :
[C#]
IMathBlockCollection blockCollection = new MathParagraph();
IMathBlock block = new MathBlock(new MathematicalText("y"));
blockCollection.Add(block);
blockCollection.RemoveAt(0);
Voir également
- interface IMathBlockCollection
- espace de noms Aspose.Slides.MathText
- Assemblée Aspose.Slides