InsertColumnBefore
IMathMatrix.InsertColumnBefore method
Fügt eine neue Spalte vor der angegebenen ein Anfangs sind alle Elemente in der neuen Spalte null.
public void InsertColumnBefore(int columnIndex)
Parameter | Typ | Beschreibung |
---|---|---|
columnIndex | Int32 | Index der Spalte, vor der eine neue eingefügt werden soll |
Beispiele
Beispiel:
[C#]
IMathMatrix matrix = new MathMatrix(2, 3);
matrix.InsertColumnBefore(0);
Siehe auch
- interface IMathMatrix
- namensraum Aspose.Slides.MathText
- Montage Aspose.Slides