RowCount
MathMatrix.RowCount-Eigenschaft
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
- Klasse MathMatrix
- Namespace Aspose.Slides.MathText
- Assembly Aspose.Slides