Count
IMathElementCollection.Count property
Ruft die Anzahl der tatsächlich in der Sammlung enthaltenen Elemente ab. SchreibgeschütztInt32 .
public int Count { get; }
Beispiele
Beispiel:
[C#]
IMathElementCollection collection = new MathBlock(new MathematicalText("x"));
int count = collection.Count;
Siehe auch
- interface IMathElementCollection
- namensraum Aspose.Slides.MathText
- Montage Aspose.Slides