DeleteRow
IMathMatrix.DeleteRow method
删除指定行
public void DeleteRow(int rowIndex)
范围 | 类型 | 描述 |
---|---|---|
rowIndex | Int32 | 从零开始的索引要删除的行。 |
例子
示例:
[C#]
IMathMatrix matrix = new MathMatrix(2, 3);
matrix.DeleteRow(0);
也可以看看
- interface IMathMatrix
- 命名空间 Aspose.Slides.MathText
- 部件 Aspose.Slides