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