ColumnCount
IMathMatrix.ColumnCount property
Número de columnas en la matriz
public int ColumnCount { get; }
Ejemplos
Ejemplo:
[C#]
IMathMatrix matrix = new MathMatrix(2, 3);
int columnCount = matrix.ColumnCount;
Ver también
- interface IMathMatrix
- espacio de nombres Aspose.Slides.MathText
- asamblea Aspose.Slides