# GrapeCity.Documents.Word.OMathMatrixRow

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="GrapeCity_Documents_Word_OMathMatrixRow" data-uid="GrapeCity.Documents.Word.OMathMatrixRow" class="text-break">OMathMatrixRow Class
</h1>
  <div class="markdown level0 summary"><p>Represents a row in a <a class="xref" href="GrapeCity.Documents.Word.OMathMatrix.html">OMathMatrix</a> structure.</p>
</div>
  <div class="markdown level0 conceptual"></div>
  <div class="inheritance">
    <h5>Inheritance</h5>
    <div class="level0"><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object">object</a></div>
    <div class="level1"><a class="xref" href="GrapeCity.Documents.Word.ContentObject.html">ContentObject</a></div>
    <div class="level2"><span class="xref">OMathMatrixRow</span></div>
  </div>
  <div class="implements">
    <h5>Implements</h5>
    <div><a class="xref" href="GrapeCity.Documents.Word.IBrowsable-1.html">IBrowsable</a>&lt;<a class="xref" href="GrapeCity.Documents.Word.OMathMatrixRow.html">OMathMatrixRow</a>&gt;</div>
  </div>
  <h6><strong>Namespace</strong>: <a class="xref" href="GrapeCity.Documents.Word.html">GrapeCity.Documents.Word</a></h6>
  <h6><strong>Assembly</strong>: DS.Documents.Word.dll</h6>
  <h5 id="GrapeCity_Documents_Word_OMathMatrixRow_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class OMathMatrixRow : ContentObject, IBrowsable&lt;OMathMatrixRow&gt;</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Class OMathMatrixRow
    Inherits ContentObject
    Implements IBrowsable(Of OMathMatrixRow)</code></pre>
  </div>
  <h3 id="properties">Properties
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td id="GrapeCity_Documents_Word_OMathMatrixRow_Cells" data-uid="GrapeCity.Documents.Word.OMathMatrixRow.Cells">
          <a class="xref" href="GrapeCity.Documents.Word.OMathMatrixRow.Cells.html#GrapeCity_Documents_Word_OMathMatrixRow_Cells">Cells</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the <a class="xref" href="GrapeCity.Documents.Word.OMathElement.html">OMathElement</a> collection that represent child cells in the row.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Word_OMathMatrixRow_Next" data-uid="GrapeCity.Documents.Word.OMathMatrixRow.Next">
          <a class="xref" href="GrapeCity.Documents.Word.OMathMatrixRow.Next.html#GrapeCity_Documents_Word_OMathMatrixRow_Next">Next</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the next <a class="xref" href="GrapeCity.Documents.Word.OMathMatrixRow.html">OMathMatrixRow</a> in a collection.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Word_OMathMatrixRow_ParentMatrix" data-uid="GrapeCity.Documents.Word.OMathMatrixRow.ParentMatrix">
          <a class="xref" href="GrapeCity.Documents.Word.OMathMatrixRow.ParentMatrix.html#GrapeCity_Documents_Word_OMathMatrixRow_ParentMatrix">ParentMatrix</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the parent <a class="xref" href="GrapeCity.Documents.Word.OMathMatrix.html">OMathMatrix</a> class instance.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Word_OMathMatrixRow_ParentOMath" data-uid="GrapeCity.Documents.Word.OMathMatrixRow.ParentOMath">
          <a class="xref" href="GrapeCity.Documents.Word.OMathMatrixRow.ParentOMath.html#GrapeCity_Documents_Word_OMathMatrixRow_ParentOMath">ParentOMath</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the parent <a class="xref" href="GrapeCity.Documents.Word.OMath.html">OMath</a> class instance.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Word_OMathMatrixRow_Previous" data-uid="GrapeCity.Documents.Word.OMathMatrixRow.Previous">
          <a class="xref" href="GrapeCity.Documents.Word.OMathMatrixRow.Previous.html#GrapeCity_Documents_Word_OMathMatrixRow_Previous">Previous</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the previous <a class="xref" href="GrapeCity.Documents.Word.OMathMatrixRow.html">OMathMatrixRow</a> in a collection.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
