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