Interface IOfficeMathMatrixColumn
Represents a matrix column.
Inherited Members
Namespace: Syncfusion.Office
Assembly: Syncfusion.Compression.NET.dll
Syntax
public interface IOfficeMathMatrixColumn : IOfficeMathEntity
Properties
Arguments
Gets a Syncfusion.Office.OfficeMaths object that represents the arguments in a matrix column.
Declaration
IOfficeMaths Arguments { get; }
Property Value
Type |
---|
IOfficeMaths |
ColumnIndex
Gets an integer that represents the ordinal position of a column within the collection of columns in a matrix.
Declaration
int ColumnIndex { get; }
Property Value
Type |
---|
System.Int32 |
HorizontalAlignment
Gets or sets a MathHorizontalAlignment constant that represents the horizontal alignment for arguments in a matrix column.
Declaration
MathHorizontalAlignment HorizontalAlignment { get; set; }
Property Value
Type |
---|
MathHorizontalAlignment |