ColumnCount
MathMatrix.ColumnCount свойство
Количество столбцов в матрице
public int ColumnCount { get; }
Примеры
Пример:
[C#]
IMathMatrix matrix = new MathMatrix(2, 3);
int columnCount = matrix.ColumnCount;
См. также
- класс MathMatrix
- пространство имен Aspose.Slides.MathText
- сборка Aspose.Slides