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