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