# GrapeCity.Documents.Word.OMathEquationArray

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="GrapeCity_Documents_Word_OMathEquationArray" data-uid="GrapeCity.Documents.Word.OMathEquationArray" class="text-break">OMathEquationArray Class
</h1>
  <div class="markdown level0 summary"><p>Represents an equation array Office Math structure, which consists of one or more equations or expressions elements.</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"><a class="xref" href="GrapeCity.Documents.Word.OMathStruct.html">OMathStruct</a></div>
    <div class="level3"><span class="xref">OMathEquationArray</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.OMathStruct.html">OMathStruct</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_OMathEquationArray_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class OMathEquationArray : OMathStruct, IBrowsable&lt;OMathStruct&gt;</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Class OMathEquationArray
    Inherits OMathStruct
    Implements IBrowsable(Of OMathStruct)</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_OMathEquationArray_Items" data-uid="GrapeCity.Documents.Word.OMathEquationArray.Items">
          <a class="xref" href="GrapeCity.Documents.Word.OMathEquationArray.Items.html#GrapeCity_Documents_Word_OMathEquationArray_Items">Items</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the <a class="xref" href="GrapeCity.Documents.Word.OMathElementCollection.html">OMathElementCollection</a> containing child items of the equation array.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Word_OMathEquationArray_MaxDistribution" data-uid="GrapeCity.Documents.Word.OMathEquationArray.MaxDistribution">
          <a class="xref" href="GrapeCity.Documents.Word.OMathEquationArray.MaxDistribution.html#GrapeCity_Documents_Word_OMathEquationArray_MaxDistribution">MaxDistribution</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets whether the equation array is spaced to the maximum width of the containing element (page, column, cell, etc.),</p>
<p>Default value is <a href="https://learn.microsoft.com/dotnet/csharp/language-reference/builtin-types/bool">false</a>.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Word_OMathEquationArray_ObjectDistribution" data-uid="GrapeCity.Documents.Word.OMathEquationArray.ObjectDistribution">
          <a class="xref" href="GrapeCity.Documents.Word.OMathEquationArray.ObjectDistribution.html#GrapeCity_Documents_Word_OMathEquationArray_ObjectDistribution">ObjectDistribution</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets whether the equation array content are spaced to the maximum width of the array object.</p>
<p>Default value is <a href="https://learn.microsoft.com/dotnet/csharp/language-reference/builtin-types/bool">false</a>.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Word_OMathEquationArray_RowSpacing" data-uid="GrapeCity.Documents.Word.OMathEquationArray.RowSpacing">
          <a class="xref" href="GrapeCity.Documents.Word.OMathEquationArray.RowSpacing.html#GrapeCity_Documents_Word_OMathEquationArray_RowSpacing">RowSpacing</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the vertical spacing between rows in the equation array.</p>
<ul><li>If <a class="xref" href="GrapeCity.Documents.Word.OMathEquationArray.RowSpacingRule.html#GrapeCity_Documents_Word_OMathEquationArray_RowSpacingRule">RowSpacingRule</a> is set to <a class="xref" href="GrapeCity.Documents.Word.OMathSpacingRule.html#GrapeCity_Documents_Word_OMathSpacingRule_Exactly">Exactly</a>, the unit of measure is point; otherwise is em.</li><li>If <a class="xref" href="GrapeCity.Documents.Word.OMathEquationArray.RowSpacingRule.html#GrapeCity_Documents_Word_OMathEquationArray_RowSpacingRule">RowSpacingRule</a> is set to <a class="xref" href="GrapeCity.Documents.Word.OMathSpacingRule.html#GrapeCity_Documents_Word_OMathSpacingRule_Single">Single</a>, the value is always <b>1</b>.</li><li>If <a class="xref" href="GrapeCity.Documents.Word.OMathEquationArray.RowSpacingRule.html#GrapeCity_Documents_Word_OMathEquationArray_RowSpacingRule">RowSpacingRule</a> is set to <a class="xref" href="GrapeCity.Documents.Word.OMathSpacingRule.html#GrapeCity_Documents_Word_OMathSpacingRule_OneAndHalf">OneAndHalf</a>, the value is always <b>1.5</b>.</li><li>If <a class="xref" href="GrapeCity.Documents.Word.OMathEquationArray.RowSpacingRule.html#GrapeCity_Documents_Word_OMathEquationArray_RowSpacingRule">RowSpacingRule</a> is set to <a class="xref" href="GrapeCity.Documents.Word.OMathSpacingRule.html#GrapeCity_Documents_Word_OMathSpacingRule_Double">Double</a>, the value is always <b>2</b>.</li><li>If <a class="xref" href="GrapeCity.Documents.Word.OMathEquationArray.RowSpacingRule.html#GrapeCity_Documents_Word_OMathEquationArray_RowSpacingRule">RowSpacingRule</a> is set to <a class="xref" href="GrapeCity.Documents.Word.OMathSpacingRule.html#GrapeCity_Documents_Word_OMathSpacingRule_Exactly">Exactly</a>, allowed values are from <b>0</b> to <b>1584</b>, inclusive.</li><li>If <a class="xref" href="GrapeCity.Documents.Word.OMathEquationArray.RowSpacingRule.html#GrapeCity_Documents_Word_OMathEquationArray_RowSpacingRule">RowSpacingRule</a> is set to <a class="xref" href="GrapeCity.Documents.Word.OMathSpacingRule.html#GrapeCity_Documents_Word_OMathSpacingRule_Multiple">Multiple</a>, allowed values are from <b>0</b> to <b>132</b>, inclusive.</li></ul>
<p>The default value is <b>0</b>.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Word_OMathEquationArray_RowSpacingRule" data-uid="GrapeCity.Documents.Word.OMathEquationArray.RowSpacingRule">
          <a class="xref" href="GrapeCity.Documents.Word.OMathEquationArray.RowSpacingRule.html#GrapeCity_Documents_Word_OMathEquationArray_RowSpacingRule">RowSpacingRule</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the type of vertical spacing between items in the equation array.</p>
<p>Default value is <a class="xref" href="GrapeCity.Documents.Word.OMathSpacingRule.html#GrapeCity_Documents_Word_OMathSpacingRule_Single">Single</a>.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Word_OMathEquationArray_StructType" data-uid="GrapeCity.Documents.Word.OMathEquationArray.StructType">
          <a class="xref" href="GrapeCity.Documents.Word.OMathEquationArray.StructType.html#GrapeCity_Documents_Word_OMathEquationArray_StructType">StructType</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the <a class="xref" href="GrapeCity.Documents.Word.OMathStructType.html">OMathStructType</a> of the structure.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Word_OMathEquationArray_VerticalAlignment" data-uid="GrapeCity.Documents.Word.OMathEquationArray.VerticalAlignment">
          <a class="xref" href="GrapeCity.Documents.Word.OMathEquationArray.VerticalAlignment.html#GrapeCity_Documents_Word_OMathEquationArray_VerticalAlignment">VerticalAlignment</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the vertical justification of the equation array.</p>
<p>Default value is <a class="xref" href="GrapeCity.Documents.Word.OMathVerticalAlignment.html#GrapeCity_Documents_Word_OMathVerticalAlignment_Center">Center</a>.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
