ColumnCount
IMathMatrix.ColumnCount property
Number of columns in the matrix
public int ColumnCount { get; }
Examples
Example:
[C#]
IMathMatrix matrix = new MathMatrix(2, 3);
int columnCount = matrix.ColumnCount;
See Also
- interface IMathMatrix
- namespace Aspose.Slides.MathText
- assembly Aspose.Slides