RowCount
IMathMatrix.RowCount 属性
矩阵的行数
public int RowCount { get; }
示例
示例:
[C#]
IMathMatrix matrix = new MathMatrix(2, 3);
int rowCount = matrix.RowCount;
另见
- 接口 IMathMatrix
- 命名空间 Aspose.Slides.MathText
- 程序集 Aspose.Slides
矩阵的行数
public int RowCount { get; }
示例:
[C#]
IMathMatrix matrix = new MathMatrix(2, 3);
int rowCount = matrix.RowCount;