RowCount
IMathMatrix.RowCount property
Anzahl der Zeilen in der Matrix
public int RowCount { get; }
Beispiele
Beispiel:
[C#]
IMathMatrix matrix = new MathMatrix(2, 3);
int rowCount = matrix.RowCount;
Siehe auch
- interface IMathMatrix
- namensraum Aspose.Slides.MathText
- Montage Aspose.Slides