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