[]
Represents a row in a OMathMatrix structure.
public class OMathMatrixRow : ContentObject, IBrowsable<OMathMatrixRow>
Gets the OMathElement collection that represent child cells in the row.
public OMathElementCollection Cells { get; }
Gets the next OMathMatrixRow in a collection.
public OMathMatrixRow Next { get; }
Gets the parent OMathMatrix class instance.
public OMathMatrix ParentMatrix { get; }
Gets the parent OMath class instance.
public OMath ParentOMath { get; }
Gets the previous OMathMatrixRow in a collection.
public OMathMatrixRow Previous { get; }