[]
Represents a row in a OMathMatrix structure.
public class OMathMatrixRow : ContentObject, IBrowsable<OMathMatrixRow>
Public Class OMathMatrixRow
Inherits ContentObject
Implements IBrowsable(Of OMathMatrixRow)
| Name | Description |
|---|---|
| Cells | Gets the OMathElement collection that represent child cells in the row. |
| Next | Gets the next OMathMatrixRow in a collection. |
| ParentMatrix | Gets the parent OMathMatrix class instance. |
| ParentOMath | Gets the parent OMath class instance. |
| Previous | Gets the previous OMathMatrixRow in a collection. |