InsertRowBefore
IMathMatrix.InsertRowBefore method
在指定行之前插入新行 最初新行中的所有元素都为空。
public void InsertRowBefore(int rowIndex)
范围 | 类型 | 描述 |
---|---|---|
rowIndex | Int32 | 插入新行的索引 |
例子
示例:
[C#]
IMathMatrix matrix = new MathMatrix(2, 3);
matrix.InsertRowBefore(1);
也可以看看
- interface IMathMatrix
- 命名空间 Aspose.Slides.MathText
- 部件 Aspose.Slides