Count
IMathElementCollection.Count property
Obtiene el número de elementos realmente contenidos en la colección. Solo lecturaInt32 .
public int Count { get; }
Ejemplos
Ejemplo:
[C#]
IMathElementCollection collection = new MathBlock(new MathematicalText("x"));
int count = collection.Count;
Ver también
- interface IMathElementCollection
- espacio de nombres Aspose.Slides.MathText
- asamblea Aspose.Slides