InsertColumnAfter
IMathMatrix.InsertColumnAfter 方法
在指定列之后插入一列,初始时新列中的所有元素都为 null。
public void InsertColumnAfter(int columnIndex)
参数 | 类型 | 描述 |
---|---|---|
columnIndex | Int32 | 要在其后插入新列的列索引 |
示例
示例:
[C#]
IMathMatrix matrix = new MathMatrix(2, 3);
matrix.InsertColumnAfter(0);
另请参阅
- 接口 IMathMatrix
- 命名空间 Aspose.Slides.MathText
- 程序集 Aspose.Slides