RowCount
Propriété MathMatrix.RowCount
Nombre de lignes dans la matrice
public int RowCount { get; }
Exemples
Exemple:
[C#]
IMathMatrix matrix = new MathMatrix(2, 3);
int rowCount = matrix.RowCount;
Voir aussi
- classe MathMatrix
- espace de noms Aspose.Slides.MathText
- assemblage Aspose.Slides