SetColumnsAlignment
MathMatrix.SetColumnsAlignment method
Set the horizontal alignment of the specified columns
public void SetColumnsAlignment(int columnIndex, uint columnsCount, MathHorizontalAlignment val)
Parameter | Type | Description |
---|---|---|
columnIndex | Int32 | Zero-based index of the first column to set alignment |
columnsCount | UInt32 | The number of columns to specify the alignment |
val | MathHorizontalAlignment | New value of horizontal alignment of specified column |
Examples
Example:
[C#]
IMathMatrix matrix = new MathMatrix(2, 3);
matrix.SetColumnAlignment(0, 3, MathHorizontalAlignment.Left);
See Also
- enum MathHorizontalAlignment
- class MathMatrix
- namespace Aspose.Slides.MathText
- assembly Aspose.Slides