GetColumnAlignment
MathMatrix.GetColumnAlignment method
Get the horizontal alignment of the specified column
public MathHorizontalAlignment GetColumnAlignment(int columnIndex)
Parameter | Type | Description |
---|---|---|
columnIndex | Int32 | Zero-based column index |
Return Value
Horizontal Alignment of specified column
Examples
Example:
[C#]
IMathMatrix matrix = new MathMatrix(2, 3);
MathHorizontalAlignment alignment = matrix.GetColumnAlignment(0);
See Also
- enum MathHorizontalAlignment
- class MathMatrix
- namespace Aspose.Slides.MathText
- assembly Aspose.Slides