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