Count
IMathElementCollection.Count property
Gets the number of elements actually contained in the collection. Read-only Int32.
public int Count { get; }
Examples
Example:
[C#]
IMathElementCollection collection = new MathBlock(new MathematicalText("x"));
int count = collection.Count;
See Also
- interface IMathElementCollection
- namespace Aspose.Slides.MathText
- assembly Aspose.Slides