ColumnCount
MathMatrix.ColumnCount property
Anzahl der Spalten in der Matrix
public int ColumnCount { get; }
Beispiele
Beispiel:
[C#]
IMathMatrix matrix = new MathMatrix(2, 3);
int columnCount = matrix.ColumnCount;
Siehe auch
- class MathMatrix
- namensraum Aspose.Slides.MathText
- Montage Aspose.Slides