ColumnCount
Propriété IMathMatrix.ColumnCount
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
- interface IMathMatrix
- namespace Aspose.Slides.MathText
- assembly Aspose.Slides