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
矩阵中的行数
public int RowCount { get; }
示例:
[C#]
IMathMatrix matrix = new MathMatrix(2, 3);
int rowCount = matrix.RowCount;