[]
Represents a column in a OMathMatrix structure.
public class OMathMatrixColumn
Gets the OMathElement array containing the child cells of the column.
public OMathElement[] Cells { get; }
Gets or sets the horizontal justification of the column.
public OMathHorizontalAlignment HorizontalAlignment { get; set; }
Gets the parent OMathMatrix class instance.
public OMathMatrix ParentMatrix { get; }
Gets the parent OMath class instance.
public OMath ParentOMath { get; }