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