InsertColumnBefore
IMathMatrix.InsertColumnBefore method
Insert a new column before the specified one Initially all elements in the new column are null.
public void InsertColumnBefore(int columnIndex)
Parameter | Type | Description |
---|---|---|
columnIndex | Int32 | Index of the column before which to insert a new one |
Examples
Example:
[C#]
IMathMatrix matrix = new MathMatrix(2, 3);
matrix.InsertColumnBefore(0);
See Also
- interface IMathMatrix
- namespace Aspose.Slides.MathText
- assembly Aspose.Slides