# GrapeCity.Documents.Word.OMathStructCollection

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="GrapeCity_Documents_Word_OMathStructCollection" data-uid="GrapeCity.Documents.Word.OMathStructCollection" class="text-break">OMathStructCollection Class
</h1>
  <div class="markdown level0 summary"><p>Represents a collection of <a class="xref" href="GrapeCity.Documents.Word.OMathStruct.html">OMathStruct</a> instances.</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.ContentCollection-1.html">ContentCollection</a>&lt;<a class="xref" href="GrapeCity.Documents.Word.OMathStruct.html">OMathStruct</a>&gt;</div>
    <div class="level2"><a class="xref" href="GrapeCity.Documents.Word.ContentObjectCollection-1.html">ContentObjectCollection</a>&lt;<a class="xref" href="GrapeCity.Documents.Word.OMathStruct.html">OMathStruct</a>&gt;</div>
    <div class="level3"><span class="xref">OMathStructCollection</span></div>
  </div>
  <div class="implements">
    <h5>Implements</h5>
    <div><a class="xref" href="GrapeCity.Documents.Word.IContentList-1.html">IContentList</a>&lt;<a class="xref" href="GrapeCity.Documents.Word.OMathStruct.html">OMathStruct</a>&gt;</div>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.collections.generic.ireadonlylist-1">IReadOnlyList</a>&lt;<a class="xref" href="GrapeCity.Documents.Word.OMathStruct.html">OMathStruct</a>&gt;</div>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.collections.generic.ireadonlycollection-1">IReadOnlyCollection</a>&lt;<a class="xref" href="GrapeCity.Documents.Word.OMathStruct.html">OMathStruct</a>&gt;</div>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.collections.generic.ienumerable-1">IEnumerable</a>&lt;<a class="xref" href="GrapeCity.Documents.Word.OMathStruct.html">OMathStruct</a>&gt;</div>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.collections.ienumerable">IEnumerable</a></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_OMathStructCollection_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class OMathStructCollection : ContentObjectCollection&lt;OMathStruct&gt;, IContentList&lt;OMathStruct&gt;, IReadOnlyList&lt;OMathStruct&gt;, IReadOnlyCollection&lt;OMathStruct&gt;, IEnumerable&lt;OMathStruct&gt;, IEnumerable</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Class OMathStructCollection
    Inherits ContentObjectCollection(Of OMathStruct)
    Implements IContentList(Of OMathStruct), IReadOnlyList(Of OMathStruct), IReadOnlyCollection(Of OMathStruct), IEnumerable(Of OMathStruct), IEnumerable</code></pre>
  </div>
  <h3 id="methods">Methods
</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_OMathStructCollection_Add_GrapeCity_Documents_Word_OMathStructType_" data-uid="GrapeCity.Documents.Word.OMathStructCollection.Add(GrapeCity.Documents.Word.OMathStructType)">
          <a class="xref" href="GrapeCity.Documents.Word.OMathStructCollection.Add.html#GrapeCity_Documents_Word_OMathStructCollection_Add_GrapeCity_Documents_Word_OMathStructType_">Add(OMathStructType)</a>
        </td>
        <td class="markdown level1 summary"><p>Adds a new <a class="xref" href="GrapeCity.Documents.Word.OMathStruct.html">OMathStruct</a> into the collection at the <a class="xref" href="GrapeCity.Documents.Word.InsertLocation.html#GrapeCity_Documents_Word_InsertLocation_End">End</a> location.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Word_OMathStructCollection_AddAccent" data-uid="GrapeCity.Documents.Word.OMathStructCollection.AddAccent">
          <a class="xref" href="GrapeCity.Documents.Word.OMathStructCollection.AddAccent.html#GrapeCity_Documents_Word_OMathStructCollection_AddAccent">AddAccent()</a>
        </td>
        <td class="markdown level1 summary"><p>Adds a new <a class="xref" href="GrapeCity.Documents.Word.OMathAccent.html">OMathAccent</a> to the collection at the <a class="xref" href="GrapeCity.Documents.Word.InsertLocation.html#GrapeCity_Documents_Word_InsertLocation_End">End</a> location.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Word_OMathStructCollection_AddAccent_System_String_System_String_" data-uid="GrapeCity.Documents.Word.OMathStructCollection.AddAccent(System.String,System.String)">
          <a class="xref" href="GrapeCity.Documents.Word.OMathStructCollection.AddAccent.html#GrapeCity_Documents_Word_OMathStructCollection_AddAccent_System_String_System_String_">AddAccent(string, string)</a>
        </td>
        <td class="markdown level1 summary"><p>Adds a new <a class="xref" href="GrapeCity.Documents.Word.OMathAccent.html">OMathAccent</a> to the collection at the <a class="xref" href="GrapeCity.Documents.Word.InsertLocation.html#GrapeCity_Documents_Word_InsertLocation_End">End</a> location.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Word_OMathStructCollection_AddBar" data-uid="GrapeCity.Documents.Word.OMathStructCollection.AddBar">
          <a class="xref" href="GrapeCity.Documents.Word.OMathStructCollection.AddBar.html#GrapeCity_Documents_Word_OMathStructCollection_AddBar">AddBar()</a>
        </td>
        <td class="markdown level1 summary"><p>Adds a new <a class="xref" href="GrapeCity.Documents.Word.OMathBar.html">OMathBar</a> to the collection at the <a class="xref" href="GrapeCity.Documents.Word.InsertLocation.html#GrapeCity_Documents_Word_InsertLocation_End">End</a> location.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Word_OMathStructCollection_AddBar_System_String_" data-uid="GrapeCity.Documents.Word.OMathStructCollection.AddBar(System.String)">
          <a class="xref" href="GrapeCity.Documents.Word.OMathStructCollection.AddBar.html#GrapeCity_Documents_Word_OMathStructCollection_AddBar_System_String_">AddBar(string)</a>
        </td>
        <td class="markdown level1 summary"><p>Adds a new <a class="xref" href="GrapeCity.Documents.Word.OMathBar.html">OMathBar</a> to the collection at the <a class="xref" href="GrapeCity.Documents.Word.InsertLocation.html#GrapeCity_Documents_Word_InsertLocation_End">End</a> location.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Word_OMathStructCollection_AddBorderBox" data-uid="GrapeCity.Documents.Word.OMathStructCollection.AddBorderBox">
          <a class="xref" href="GrapeCity.Documents.Word.OMathStructCollection.AddBorderBox.html#GrapeCity_Documents_Word_OMathStructCollection_AddBorderBox">AddBorderBox()</a>
        </td>
        <td class="markdown level1 summary"><p>Adds a new <a class="xref" href="GrapeCity.Documents.Word.OMathBorderBox.html">OMathBorderBox</a> to the collection at the <a class="xref" href="GrapeCity.Documents.Word.InsertLocation.html#GrapeCity_Documents_Word_InsertLocation_End">End</a> location.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Word_OMathStructCollection_AddBorderBox_System_String_" data-uid="GrapeCity.Documents.Word.OMathStructCollection.AddBorderBox(System.String)">
          <a class="xref" href="GrapeCity.Documents.Word.OMathStructCollection.AddBorderBox.html#GrapeCity_Documents_Word_OMathStructCollection_AddBorderBox_System_String_">AddBorderBox(string)</a>
        </td>
        <td class="markdown level1 summary"><p>Adds a new <a class="xref" href="GrapeCity.Documents.Word.OMathBorderBox.html">OMathBorderBox</a> to the collection at the <a class="xref" href="GrapeCity.Documents.Word.InsertLocation.html#GrapeCity_Documents_Word_InsertLocation_End">End</a> location.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Word_OMathStructCollection_AddBox" data-uid="GrapeCity.Documents.Word.OMathStructCollection.AddBox">
          <a class="xref" href="GrapeCity.Documents.Word.OMathStructCollection.AddBox.html#GrapeCity_Documents_Word_OMathStructCollection_AddBox">AddBox()</a>
        </td>
        <td class="markdown level1 summary"><p>Adds a new <a class="xref" href="GrapeCity.Documents.Word.OMathBox.html">OMathBox</a> to the collection at the <a class="xref" href="GrapeCity.Documents.Word.InsertLocation.html#GrapeCity_Documents_Word_InsertLocation_End">End</a> location.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Word_OMathStructCollection_AddBox_System_String_" data-uid="GrapeCity.Documents.Word.OMathStructCollection.AddBox(System.String)">
          <a class="xref" href="GrapeCity.Documents.Word.OMathStructCollection.AddBox.html#GrapeCity_Documents_Word_OMathStructCollection_AddBox_System_String_">AddBox(string)</a>
        </td>
        <td class="markdown level1 summary"><p>Adds a new <a class="xref" href="GrapeCity.Documents.Word.OMathBox.html">OMathBox</a> to the collection at the <a class="xref" href="GrapeCity.Documents.Word.InsertLocation.html#GrapeCity_Documents_Word_InsertLocation_End">End</a> location.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Word_OMathStructCollection_AddDelimiter" data-uid="GrapeCity.Documents.Word.OMathStructCollection.AddDelimiter">
          <a class="xref" href="GrapeCity.Documents.Word.OMathStructCollection.AddDelimiter.html#GrapeCity_Documents_Word_OMathStructCollection_AddDelimiter">AddDelimiter()</a>
        </td>
        <td class="markdown level1 summary"><p>Adds a new <a class="xref" href="GrapeCity.Documents.Word.OMathDelimiter.html">OMathDelimiter</a> to the collection at the <a class="xref" href="GrapeCity.Documents.Word.InsertLocation.html#GrapeCity_Documents_Word_InsertLocation_End">End</a> location.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Word_OMathStructCollection_AddDelimiter_System_String___System_String_System_String_System_String_" data-uid="GrapeCity.Documents.Word.OMathStructCollection.AddDelimiter(System.String[],System.String,System.String,System.String)">
          <a class="xref" href="GrapeCity.Documents.Word.OMathStructCollection.AddDelimiter.html#GrapeCity_Documents_Word_OMathStructCollection_AddDelimiter_System_String___System_String_System_String_System_String_">AddDelimiter(string[], string, string, string)</a>
        </td>
        <td class="markdown level1 summary"><p>Adds a new <a class="xref" href="GrapeCity.Documents.Word.OMathDelimiter.html">OMathDelimiter</a> to the collection at the <a class="xref" href="GrapeCity.Documents.Word.InsertLocation.html#GrapeCity_Documents_Word_InsertLocation_End">End</a> location.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Word_OMathStructCollection_AddEquationArray" data-uid="GrapeCity.Documents.Word.OMathStructCollection.AddEquationArray">
          <a class="xref" href="GrapeCity.Documents.Word.OMathStructCollection.AddEquationArray.html#GrapeCity_Documents_Word_OMathStructCollection_AddEquationArray">AddEquationArray()</a>
        </td>
        <td class="markdown level1 summary"><p>Adds a new <a class="xref" href="GrapeCity.Documents.Word.OMathEquationArray.html">OMathEquationArray</a> to the collection at the <a class="xref" href="GrapeCity.Documents.Word.InsertLocation.html#GrapeCity_Documents_Word_InsertLocation_End">End</a> location.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Word_OMathStructCollection_AddEquationArray_System_String___" data-uid="GrapeCity.Documents.Word.OMathStructCollection.AddEquationArray(System.String[])">
          <a class="xref" href="GrapeCity.Documents.Word.OMathStructCollection.AddEquationArray.html#GrapeCity_Documents_Word_OMathStructCollection_AddEquationArray_System_String___">AddEquationArray(string[])</a>
        </td>
        <td class="markdown level1 summary"><p>Adds a new <a class="xref" href="GrapeCity.Documents.Word.OMathEquationArray.html">OMathEquationArray</a> to the collection at the <a class="xref" href="GrapeCity.Documents.Word.InsertLocation.html#GrapeCity_Documents_Word_InsertLocation_End">End</a> location.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Word_OMathStructCollection_AddFraction" data-uid="GrapeCity.Documents.Word.OMathStructCollection.AddFraction">
          <a class="xref" href="GrapeCity.Documents.Word.OMathStructCollection.AddFraction.html#GrapeCity_Documents_Word_OMathStructCollection_AddFraction">AddFraction()</a>
        </td>
        <td class="markdown level1 summary"><p>Adds a new <a class="xref" href="GrapeCity.Documents.Word.OMathFraction.html">OMathFraction</a> to the collection at the <a class="xref" href="GrapeCity.Documents.Word.InsertLocation.html#GrapeCity_Documents_Word_InsertLocation_End">End</a> location.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Word_OMathStructCollection_AddFraction_System_String_System_String_System_Nullable_GrapeCity_Documents_Word_OMathFractionType__" data-uid="GrapeCity.Documents.Word.OMathStructCollection.AddFraction(System.String,System.String,System.Nullable{GrapeCity.Documents.Word.OMathFractionType})">
          <a class="xref" href="GrapeCity.Documents.Word.OMathStructCollection.AddFraction.html#GrapeCity_Documents_Word_OMathStructCollection_AddFraction_System_String_System_String_System_Nullable_GrapeCity_Documents_Word_OMathFractionType__">AddFraction(string, string, OMathFractionType?)</a>
        </td>
        <td class="markdown level1 summary"><p>Adds a new <a class="xref" href="GrapeCity.Documents.Word.OMathFraction.html">OMathFraction</a> to the collection at the <a class="xref" href="GrapeCity.Documents.Word.InsertLocation.html#GrapeCity_Documents_Word_InsertLocation_End">End</a> location.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Word_OMathStructCollection_AddFunction" data-uid="GrapeCity.Documents.Word.OMathStructCollection.AddFunction">
          <a class="xref" href="GrapeCity.Documents.Word.OMathStructCollection.AddFunction.html#GrapeCity_Documents_Word_OMathStructCollection_AddFunction">AddFunction()</a>
        </td>
        <td class="markdown level1 summary"><p>Adds a new <a class="xref" href="GrapeCity.Documents.Word.OMathFunction.html">OMathFunction</a> to the collection at the <a class="xref" href="GrapeCity.Documents.Word.InsertLocation.html#GrapeCity_Documents_Word_InsertLocation_End">End</a> location.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Word_OMathStructCollection_AddFunction_System_String_System_String_" data-uid="GrapeCity.Documents.Word.OMathStructCollection.AddFunction(System.String,System.String)">
          <a class="xref" href="GrapeCity.Documents.Word.OMathStructCollection.AddFunction.html#GrapeCity_Documents_Word_OMathStructCollection_AddFunction_System_String_System_String_">AddFunction(string, string)</a>
        </td>
        <td class="markdown level1 summary"><p>Adds a new <a class="xref" href="GrapeCity.Documents.Word.OMathFunction.html">OMathFunction</a> to the collection at the <a class="xref" href="GrapeCity.Documents.Word.InsertLocation.html#GrapeCity_Documents_Word_InsertLocation_End">End</a> location.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Word_OMathStructCollection_AddGroupCharacter" data-uid="GrapeCity.Documents.Word.OMathStructCollection.AddGroupCharacter">
          <a class="xref" href="GrapeCity.Documents.Word.OMathStructCollection.AddGroupCharacter.html#GrapeCity_Documents_Word_OMathStructCollection_AddGroupCharacter">AddGroupCharacter()</a>
        </td>
        <td class="markdown level1 summary"><p>Adds a new <a class="xref" href="GrapeCity.Documents.Word.OMathGroupCharacter.html">OMathGroupCharacter</a> to the collection at the <a class="xref" href="GrapeCity.Documents.Word.InsertLocation.html#GrapeCity_Documents_Word_InsertLocation_End">End</a> location.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Word_OMathStructCollection_AddGroupCharacter_System_String_System_String_" data-uid="GrapeCity.Documents.Word.OMathStructCollection.AddGroupCharacter(System.String,System.String)">
          <a class="xref" href="GrapeCity.Documents.Word.OMathStructCollection.AddGroupCharacter.html#GrapeCity_Documents_Word_OMathStructCollection_AddGroupCharacter_System_String_System_String_">AddGroupCharacter(string, string)</a>
        </td>
        <td class="markdown level1 summary"><p>Adds a new <a class="xref" href="GrapeCity.Documents.Word.OMathGroupCharacter.html">OMathGroupCharacter</a> to the collection at the <a class="xref" href="GrapeCity.Documents.Word.InsertLocation.html#GrapeCity_Documents_Word_InsertLocation_End">End</a> location.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Word_OMathStructCollection_AddLimitLower" data-uid="GrapeCity.Documents.Word.OMathStructCollection.AddLimitLower">
          <a class="xref" href="GrapeCity.Documents.Word.OMathStructCollection.AddLimitLower.html#GrapeCity_Documents_Word_OMathStructCollection_AddLimitLower">AddLimitLower()</a>
        </td>
        <td class="markdown level1 summary"><p>Adds a new <a class="xref" href="GrapeCity.Documents.Word.OMathLimitLower.html">OMathLimitLower</a> to the collection at the <a class="xref" href="GrapeCity.Documents.Word.InsertLocation.html#GrapeCity_Documents_Word_InsertLocation_End">End</a> location.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Word_OMathStructCollection_AddLimitLower_System_String_System_String_" data-uid="GrapeCity.Documents.Word.OMathStructCollection.AddLimitLower(System.String,System.String)">
          <a class="xref" href="GrapeCity.Documents.Word.OMathStructCollection.AddLimitLower.html#GrapeCity_Documents_Word_OMathStructCollection_AddLimitLower_System_String_System_String_">AddLimitLower(string, string)</a>
        </td>
        <td class="markdown level1 summary"><p>Adds a new <a class="xref" href="GrapeCity.Documents.Word.OMathLimitLower.html">OMathLimitLower</a> to the collection at the <a class="xref" href="GrapeCity.Documents.Word.InsertLocation.html#GrapeCity_Documents_Word_InsertLocation_End">End</a> location.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Word_OMathStructCollection_AddLimitUpper" data-uid="GrapeCity.Documents.Word.OMathStructCollection.AddLimitUpper">
          <a class="xref" href="GrapeCity.Documents.Word.OMathStructCollection.AddLimitUpper.html#GrapeCity_Documents_Word_OMathStructCollection_AddLimitUpper">AddLimitUpper()</a>
        </td>
        <td class="markdown level1 summary"><p>Adds a new <a class="xref" href="GrapeCity.Documents.Word.OMathLimitUpper.html">OMathLimitUpper</a> into the collection at the <a class="xref" href="GrapeCity.Documents.Word.InsertLocation.html#GrapeCity_Documents_Word_InsertLocation_End">End</a> location.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Word_OMathStructCollection_AddLimitUpper_System_String_System_String_" data-uid="GrapeCity.Documents.Word.OMathStructCollection.AddLimitUpper(System.String,System.String)">
          <a class="xref" href="GrapeCity.Documents.Word.OMathStructCollection.AddLimitUpper.html#GrapeCity_Documents_Word_OMathStructCollection_AddLimitUpper_System_String_System_String_">AddLimitUpper(string, string)</a>
        </td>
        <td class="markdown level1 summary"><p>Adds a new <a class="xref" href="GrapeCity.Documents.Word.OMathLimitUpper.html">OMathLimitUpper</a> to the collection at the <a class="xref" href="GrapeCity.Documents.Word.InsertLocation.html#GrapeCity_Documents_Word_InsertLocation_End">End</a> location.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Word_OMathStructCollection_AddMatrix" data-uid="GrapeCity.Documents.Word.OMathStructCollection.AddMatrix">
          <a class="xref" href="GrapeCity.Documents.Word.OMathStructCollection.AddMatrix.html#GrapeCity_Documents_Word_OMathStructCollection_AddMatrix">AddMatrix()</a>
        </td>
        <td class="markdown level1 summary"><p>Adds a new <a class="xref" href="GrapeCity.Documents.Word.OMathMatrix.html">OMathMatrix</a> to the collection at the <a class="xref" href="GrapeCity.Documents.Word.InsertLocation.html#GrapeCity_Documents_Word_InsertLocation_End">End</a> location.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Word_OMathStructCollection_AddMatrix_System_Int32_System_Int32_" data-uid="GrapeCity.Documents.Word.OMathStructCollection.AddMatrix(System.Int32,System.Int32)">
          <a class="xref" href="GrapeCity.Documents.Word.OMathStructCollection.AddMatrix.html#GrapeCity_Documents_Word_OMathStructCollection_AddMatrix_System_Int32_System_Int32_">AddMatrix(int, int)</a>
        </td>
        <td class="markdown level1 summary"><p>Adds a new <a class="xref" href="GrapeCity.Documents.Word.OMathMatrix.html">OMathMatrix</a> to the collection at the <a class="xref" href="GrapeCity.Documents.Word.InsertLocation.html#GrapeCity_Documents_Word_InsertLocation_End">End</a> location.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Word_OMathStructCollection_AddMatrix_System_Nullable_System_Int32__0__0___" data-uid="GrapeCity.Documents.Word.OMathStructCollection.AddMatrix(System.Nullable{System.Int32}[0:,0:])">
          <a class="xref" href="GrapeCity.Documents.Word.OMathStructCollection.AddMatrix.html#GrapeCity_Documents_Word_OMathStructCollection_AddMatrix_System_Nullable_System_Int32__0__0___">AddMatrix(int?[,])</a>
        </td>
        <td class="markdown level1 summary"><p>Adds a new <a class="xref" href="GrapeCity.Documents.Word.OMathMatrix.html">OMathMatrix</a> to the collection at the <a class="xref" href="GrapeCity.Documents.Word.InsertLocation.html#GrapeCity_Documents_Word_InsertLocation_End">End</a> location.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Word_OMathStructCollection_AddMatrix_System_String_0__0___" data-uid="GrapeCity.Documents.Word.OMathStructCollection.AddMatrix(System.String[0:,0:])">
          <a class="xref" href="GrapeCity.Documents.Word.OMathStructCollection.AddMatrix.html#GrapeCity_Documents_Word_OMathStructCollection_AddMatrix_System_String_0__0___">AddMatrix(string[,])</a>
        </td>
        <td class="markdown level1 summary"><p>Adds a new <a class="xref" href="GrapeCity.Documents.Word.OMathMatrix.html">OMathMatrix</a> to the collection at the <a class="xref" href="GrapeCity.Documents.Word.InsertLocation.html#GrapeCity_Documents_Word_InsertLocation_End">End</a> location.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Word_OMathStructCollection_AddNary" data-uid="GrapeCity.Documents.Word.OMathStructCollection.AddNary">
          <a class="xref" href="GrapeCity.Documents.Word.OMathStructCollection.AddNary.html#GrapeCity_Documents_Word_OMathStructCollection_AddNary">AddNary()</a>
        </td>
        <td class="markdown level1 summary"><p>Adds a new <a class="xref" href="GrapeCity.Documents.Word.OMathNary.html">OMathNary</a> to the collection at the <a class="xref" href="GrapeCity.Documents.Word.InsertLocation.html#GrapeCity_Documents_Word_InsertLocation_End">End</a> location.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Word_OMathStructCollection_AddNary_System_String_System_String_System_String_System_String_" data-uid="GrapeCity.Documents.Word.OMathStructCollection.AddNary(System.String,System.String,System.String,System.String)">
          <a class="xref" href="GrapeCity.Documents.Word.OMathStructCollection.AddNary.html#GrapeCity_Documents_Word_OMathStructCollection_AddNary_System_String_System_String_System_String_System_String_">AddNary(string, string, string, string)</a>
        </td>
        <td class="markdown level1 summary"><p>Adds a new <a class="xref" href="GrapeCity.Documents.Word.OMathNary.html">OMathNary</a> to the collection at the <a class="xref" href="GrapeCity.Documents.Word.InsertLocation.html#GrapeCity_Documents_Word_InsertLocation_End">End</a> location.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Word_OMathStructCollection_AddPhantom" data-uid="GrapeCity.Documents.Word.OMathStructCollection.AddPhantom">
          <a class="xref" href="GrapeCity.Documents.Word.OMathStructCollection.AddPhantom.html#GrapeCity_Documents_Word_OMathStructCollection_AddPhantom">AddPhantom()</a>
        </td>
        <td class="markdown level1 summary"><p>Adds a new <a class="xref" href="GrapeCity.Documents.Word.OMathPhantom.html">OMathPhantom</a> to the collection at the <a class="xref" href="GrapeCity.Documents.Word.InsertLocation.html#GrapeCity_Documents_Word_InsertLocation_End">End</a> location.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Word_OMathStructCollection_AddPhantom_System_String_System_Boolean_" data-uid="GrapeCity.Documents.Word.OMathStructCollection.AddPhantom(System.String,System.Boolean)">
          <a class="xref" href="GrapeCity.Documents.Word.OMathStructCollection.AddPhantom.html#GrapeCity_Documents_Word_OMathStructCollection_AddPhantom_System_String_System_Boolean_">AddPhantom(string, bool)</a>
        </td>
        <td class="markdown level1 summary"><p>Adds a new <a class="xref" href="GrapeCity.Documents.Word.OMathPhantom.html">OMathPhantom</a> to the collection at the <a class="xref" href="GrapeCity.Documents.Word.InsertLocation.html#GrapeCity_Documents_Word_InsertLocation_End">End</a> location.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Word_OMathStructCollection_AddPreSubSuperscript" data-uid="GrapeCity.Documents.Word.OMathStructCollection.AddPreSubSuperscript">
          <a class="xref" href="GrapeCity.Documents.Word.OMathStructCollection.AddPreSubSuperscript.html#GrapeCity_Documents_Word_OMathStructCollection_AddPreSubSuperscript">AddPreSubSuperscript()</a>
        </td>
        <td class="markdown level1 summary"><p>Adds a new <a class="xref" href="GrapeCity.Documents.Word.OMathPreSubSuperscript.html">OMathPreSubSuperscript</a> to the collection at the <a class="xref" href="GrapeCity.Documents.Word.InsertLocation.html#GrapeCity_Documents_Word_InsertLocation_End">End</a> location.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Word_OMathStructCollection_AddPreSubSuperscript_System_String_System_String_System_String_" data-uid="GrapeCity.Documents.Word.OMathStructCollection.AddPreSubSuperscript(System.String,System.String,System.String)">
          <a class="xref" href="GrapeCity.Documents.Word.OMathStructCollection.AddPreSubSuperscript.html#GrapeCity_Documents_Word_OMathStructCollection_AddPreSubSuperscript_System_String_System_String_System_String_">AddPreSubSuperscript(string, string, string)</a>
        </td>
        <td class="markdown level1 summary"><p>Adds a new <a class="xref" href="GrapeCity.Documents.Word.OMathPreSubSuperscript.html">OMathPreSubSuperscript</a> into the collection at the <a class="xref" href="GrapeCity.Documents.Word.InsertLocation.html#GrapeCity_Documents_Word_InsertLocation_End">End</a> location.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Word_OMathStructCollection_AddRadical" data-uid="GrapeCity.Documents.Word.OMathStructCollection.AddRadical">
          <a class="xref" href="GrapeCity.Documents.Word.OMathStructCollection.AddRadical.html#GrapeCity_Documents_Word_OMathStructCollection_AddRadical">AddRadical()</a>
        </td>
        <td class="markdown level1 summary"><p>Adds a new <a class="xref" href="GrapeCity.Documents.Word.OMathRadical.html">OMathRadical</a> to the collection at the <a class="xref" href="GrapeCity.Documents.Word.InsertLocation.html#GrapeCity_Documents_Word_InsertLocation_End">End</a> location.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Word_OMathStructCollection_AddRadical_System_String_System_String_" data-uid="GrapeCity.Documents.Word.OMathStructCollection.AddRadical(System.String,System.String)">
          <a class="xref" href="GrapeCity.Documents.Word.OMathStructCollection.AddRadical.html#GrapeCity_Documents_Word_OMathStructCollection_AddRadical_System_String_System_String_">AddRadical(string, string)</a>
        </td>
        <td class="markdown level1 summary"><p>Adds a new <a class="xref" href="GrapeCity.Documents.Word.OMathRadical.html">OMathRadical</a> into the collection at the <a class="xref" href="GrapeCity.Documents.Word.InsertLocation.html#GrapeCity_Documents_Word_InsertLocation_End">End</a> location.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Word_OMathStructCollection_AddSubSuperscript" data-uid="GrapeCity.Documents.Word.OMathStructCollection.AddSubSuperscript">
          <a class="xref" href="GrapeCity.Documents.Word.OMathStructCollection.AddSubSuperscript.html#GrapeCity_Documents_Word_OMathStructCollection_AddSubSuperscript">AddSubSuperscript()</a>
        </td>
        <td class="markdown level1 summary"><p>Adds a new <a class="xref" href="GrapeCity.Documents.Word.OMathSubSuperscript.html">OMathSubSuperscript</a> to the collection at the <a class="xref" href="GrapeCity.Documents.Word.InsertLocation.html#GrapeCity_Documents_Word_InsertLocation_End">End</a> location.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Word_OMathStructCollection_AddSubSuperscript_System_String_System_String_System_String_" data-uid="GrapeCity.Documents.Word.OMathStructCollection.AddSubSuperscript(System.String,System.String,System.String)">
          <a class="xref" href="GrapeCity.Documents.Word.OMathStructCollection.AddSubSuperscript.html#GrapeCity_Documents_Word_OMathStructCollection_AddSubSuperscript_System_String_System_String_System_String_">AddSubSuperscript(string, string, string)</a>
        </td>
        <td class="markdown level1 summary"><p>Adds a new <a class="xref" href="GrapeCity.Documents.Word.OMathSubSuperscript.html">OMathSubSuperscript</a> into the collection at the <a class="xref" href="GrapeCity.Documents.Word.InsertLocation.html#GrapeCity_Documents_Word_InsertLocation_End">End</a> location.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Word_OMathStructCollection_AddSubscript" data-uid="GrapeCity.Documents.Word.OMathStructCollection.AddSubscript">
          <a class="xref" href="GrapeCity.Documents.Word.OMathStructCollection.AddSubscript.html#GrapeCity_Documents_Word_OMathStructCollection_AddSubscript">AddSubscript()</a>
        </td>
        <td class="markdown level1 summary"><p>Adds a new <a class="xref" href="GrapeCity.Documents.Word.OMathSubscript.html">OMathSubscript</a> to the collection at the <a class="xref" href="GrapeCity.Documents.Word.InsertLocation.html#GrapeCity_Documents_Word_InsertLocation_End">End</a> location.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Word_OMathStructCollection_AddSubscript_System_String_System_String_" data-uid="GrapeCity.Documents.Word.OMathStructCollection.AddSubscript(System.String,System.String)">
          <a class="xref" href="GrapeCity.Documents.Word.OMathStructCollection.AddSubscript.html#GrapeCity_Documents_Word_OMathStructCollection_AddSubscript_System_String_System_String_">AddSubscript(string, string)</a>
        </td>
        <td class="markdown level1 summary"><p>Adds a new <a class="xref" href="GrapeCity.Documents.Word.OMathSubscript.html">OMathSubscript</a> into the collection at the <a class="xref" href="GrapeCity.Documents.Word.InsertLocation.html#GrapeCity_Documents_Word_InsertLocation_End">End</a> location.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Word_OMathStructCollection_AddSuperscript" data-uid="GrapeCity.Documents.Word.OMathStructCollection.AddSuperscript">
          <a class="xref" href="GrapeCity.Documents.Word.OMathStructCollection.AddSuperscript.html#GrapeCity_Documents_Word_OMathStructCollection_AddSuperscript">AddSuperscript()</a>
        </td>
        <td class="markdown level1 summary"><p>Adds a new <a class="xref" href="GrapeCity.Documents.Word.OMathSuperscript.html">OMathSuperscript</a> to the collection at the <a class="xref" href="GrapeCity.Documents.Word.InsertLocation.html#GrapeCity_Documents_Word_InsertLocation_End">End</a> location.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Word_OMathStructCollection_AddSuperscript_System_String_System_String_" data-uid="GrapeCity.Documents.Word.OMathStructCollection.AddSuperscript(System.String,System.String)">
          <a class="xref" href="GrapeCity.Documents.Word.OMathStructCollection.AddSuperscript.html#GrapeCity_Documents_Word_OMathStructCollection_AddSuperscript_System_String_System_String_">AddSuperscript(string, string)</a>
        </td>
        <td class="markdown level1 summary"><p>Adds a new <a class="xref" href="GrapeCity.Documents.Word.OMathSuperscript.html">OMathSuperscript</a> into the collection at the <a class="xref" href="GrapeCity.Documents.Word.InsertLocation.html#GrapeCity_Documents_Word_InsertLocation_End">End</a> location.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Word_OMathStructCollection_Insert_GrapeCity_Documents_Word_OMathStructType_GrapeCity_Documents_Word_InsertLocation_" data-uid="GrapeCity.Documents.Word.OMathStructCollection.Insert(GrapeCity.Documents.Word.OMathStructType,GrapeCity.Documents.Word.InsertLocation)">
          <a class="xref" href="GrapeCity.Documents.Word.OMathStructCollection.Insert.html#GrapeCity_Documents_Word_OMathStructCollection_Insert_GrapeCity_Documents_Word_OMathStructType_GrapeCity_Documents_Word_InsertLocation_">Insert(OMathStructType, InsertLocation)</a>
        </td>
        <td class="markdown level1 summary"><p>Inserts a new <a class="xref" href="GrapeCity.Documents.Word.OMathStruct.html">OMathStruct</a> into the collection at the specified location.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Word_OMathStructCollection_InsertAccent_GrapeCity_Documents_Word_InsertLocation_" data-uid="GrapeCity.Documents.Word.OMathStructCollection.InsertAccent(GrapeCity.Documents.Word.InsertLocation)">
          <a class="xref" href="GrapeCity.Documents.Word.OMathStructCollection.InsertAccent.html#GrapeCity_Documents_Word_OMathStructCollection_InsertAccent_GrapeCity_Documents_Word_InsertLocation_">InsertAccent(InsertLocation)</a>
        </td>
        <td class="markdown level1 summary"><p>Inserts a new <a class="xref" href="GrapeCity.Documents.Word.OMathAccent.html">OMathAccent</a> into the collection at the specified location.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Word_OMathStructCollection_InsertAccent_System_String_System_String_GrapeCity_Documents_Word_InsertLocation_" data-uid="GrapeCity.Documents.Word.OMathStructCollection.InsertAccent(System.String,System.String,GrapeCity.Documents.Word.InsertLocation)">
          <a class="xref" href="GrapeCity.Documents.Word.OMathStructCollection.InsertAccent.html#GrapeCity_Documents_Word_OMathStructCollection_InsertAccent_System_String_System_String_GrapeCity_Documents_Word_InsertLocation_">InsertAccent(string, string, InsertLocation)</a>
        </td>
        <td class="markdown level1 summary"><p>Inserts a new <a class="xref" href="GrapeCity.Documents.Word.OMathAccent.html">OMathAccent</a> into the collection at the specified location.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Word_OMathStructCollection_InsertBar_GrapeCity_Documents_Word_InsertLocation_" data-uid="GrapeCity.Documents.Word.OMathStructCollection.InsertBar(GrapeCity.Documents.Word.InsertLocation)">
          <a class="xref" href="GrapeCity.Documents.Word.OMathStructCollection.InsertBar.html#GrapeCity_Documents_Word_OMathStructCollection_InsertBar_GrapeCity_Documents_Word_InsertLocation_">InsertBar(InsertLocation)</a>
        </td>
        <td class="markdown level1 summary"><p>Inserts a new <a class="xref" href="GrapeCity.Documents.Word.OMathBar.html">OMathBar</a> into the collection at the specified location.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Word_OMathStructCollection_InsertBar_System_String_GrapeCity_Documents_Word_InsertLocation_" data-uid="GrapeCity.Documents.Word.OMathStructCollection.InsertBar(System.String,GrapeCity.Documents.Word.InsertLocation)">
          <a class="xref" href="GrapeCity.Documents.Word.OMathStructCollection.InsertBar.html#GrapeCity_Documents_Word_OMathStructCollection_InsertBar_System_String_GrapeCity_Documents_Word_InsertLocation_">InsertBar(string, InsertLocation)</a>
        </td>
        <td class="markdown level1 summary"><p>Inserts a new <a class="xref" href="GrapeCity.Documents.Word.OMathBar.html">OMathBar</a> into the collection at the specified location.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Word_OMathStructCollection_InsertBorderBox_GrapeCity_Documents_Word_InsertLocation_" data-uid="GrapeCity.Documents.Word.OMathStructCollection.InsertBorderBox(GrapeCity.Documents.Word.InsertLocation)">
          <a class="xref" href="GrapeCity.Documents.Word.OMathStructCollection.InsertBorderBox.html#GrapeCity_Documents_Word_OMathStructCollection_InsertBorderBox_GrapeCity_Documents_Word_InsertLocation_">InsertBorderBox(InsertLocation)</a>
        </td>
        <td class="markdown level1 summary"><p>Inserts a new <a class="xref" href="GrapeCity.Documents.Word.OMathBorderBox.html">OMathBorderBox</a> into the collection at the specified location.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Word_OMathStructCollection_InsertBorderBox_System_String_GrapeCity_Documents_Word_InsertLocation_" data-uid="GrapeCity.Documents.Word.OMathStructCollection.InsertBorderBox(System.String,GrapeCity.Documents.Word.InsertLocation)">
          <a class="xref" href="GrapeCity.Documents.Word.OMathStructCollection.InsertBorderBox.html#GrapeCity_Documents_Word_OMathStructCollection_InsertBorderBox_System_String_GrapeCity_Documents_Word_InsertLocation_">InsertBorderBox(string, InsertLocation)</a>
        </td>
        <td class="markdown level1 summary"><p>Inserts a new <a class="xref" href="GrapeCity.Documents.Word.OMathBorderBox.html">OMathBorderBox</a> into the collection at the specified location.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Word_OMathStructCollection_InsertBox_GrapeCity_Documents_Word_InsertLocation_" data-uid="GrapeCity.Documents.Word.OMathStructCollection.InsertBox(GrapeCity.Documents.Word.InsertLocation)">
          <a class="xref" href="GrapeCity.Documents.Word.OMathStructCollection.InsertBox.html#GrapeCity_Documents_Word_OMathStructCollection_InsertBox_GrapeCity_Documents_Word_InsertLocation_">InsertBox(InsertLocation)</a>
        </td>
        <td class="markdown level1 summary"><p>Inserts a new <a class="xref" href="GrapeCity.Documents.Word.OMathBox.html">OMathBox</a> into the collection at the specified location.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Word_OMathStructCollection_InsertBox_System_String_GrapeCity_Documents_Word_InsertLocation_" data-uid="GrapeCity.Documents.Word.OMathStructCollection.InsertBox(System.String,GrapeCity.Documents.Word.InsertLocation)">
          <a class="xref" href="GrapeCity.Documents.Word.OMathStructCollection.InsertBox.html#GrapeCity_Documents_Word_OMathStructCollection_InsertBox_System_String_GrapeCity_Documents_Word_InsertLocation_">InsertBox(string, InsertLocation)</a>
        </td>
        <td class="markdown level1 summary"><p>Inserts a new <a class="xref" href="GrapeCity.Documents.Word.OMathBox.html">OMathBox</a> into the collection at the specified location.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Word_OMathStructCollection_InsertDelimiter_GrapeCity_Documents_Word_InsertLocation_" data-uid="GrapeCity.Documents.Word.OMathStructCollection.InsertDelimiter(GrapeCity.Documents.Word.InsertLocation)">
          <a class="xref" href="GrapeCity.Documents.Word.OMathStructCollection.InsertDelimiter.html#GrapeCity_Documents_Word_OMathStructCollection_InsertDelimiter_GrapeCity_Documents_Word_InsertLocation_">InsertDelimiter(InsertLocation)</a>
        </td>
        <td class="markdown level1 summary"><p>Inserts a new <a class="xref" href="GrapeCity.Documents.Word.OMathDelimiter.html">OMathDelimiter</a> into the collection at the specified location.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Word_OMathStructCollection_InsertDelimiter_System_String___GrapeCity_Documents_Word_InsertLocation_" data-uid="GrapeCity.Documents.Word.OMathStructCollection.InsertDelimiter(System.String[],GrapeCity.Documents.Word.InsertLocation)">
          <a class="xref" href="GrapeCity.Documents.Word.OMathStructCollection.InsertDelimiter.html#GrapeCity_Documents_Word_OMathStructCollection_InsertDelimiter_System_String___GrapeCity_Documents_Word_InsertLocation_">InsertDelimiter(string[], InsertLocation)</a>
        </td>
        <td class="markdown level1 summary"><p>Inserts a new <a class="xref" href="GrapeCity.Documents.Word.OMathDelimiter.html">OMathDelimiter</a> into the collection at the specified location.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Word_OMathStructCollection_InsertDelimiter_System_String___System_String_System_String_System_String_GrapeCity_Documents_Word_InsertLocation_" data-uid="GrapeCity.Documents.Word.OMathStructCollection.InsertDelimiter(System.String[],System.String,System.String,System.String,GrapeCity.Documents.Word.InsertLocation)">
          <a class="xref" href="GrapeCity.Documents.Word.OMathStructCollection.InsertDelimiter.html#GrapeCity_Documents_Word_OMathStructCollection_InsertDelimiter_System_String___System_String_System_String_System_String_GrapeCity_Documents_Word_InsertLocation_">InsertDelimiter(string[], string, string, string, InsertLocation)</a>
        </td>
        <td class="markdown level1 summary"><p>Inserts a new <a class="xref" href="GrapeCity.Documents.Word.OMathDelimiter.html">OMathDelimiter</a> into the collection at the specified location.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Word_OMathStructCollection_InsertEquationArray_GrapeCity_Documents_Word_InsertLocation_" data-uid="GrapeCity.Documents.Word.OMathStructCollection.InsertEquationArray(GrapeCity.Documents.Word.InsertLocation)">
          <a class="xref" href="GrapeCity.Documents.Word.OMathStructCollection.InsertEquationArray.html#GrapeCity_Documents_Word_OMathStructCollection_InsertEquationArray_GrapeCity_Documents_Word_InsertLocation_">InsertEquationArray(InsertLocation)</a>
        </td>
        <td class="markdown level1 summary"><p>Inserts a new <a class="xref" href="GrapeCity.Documents.Word.OMathEquationArray.html">OMathEquationArray</a> into the collection at the specified location.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Word_OMathStructCollection_InsertEquationArray_System_String___GrapeCity_Documents_Word_InsertLocation_" data-uid="GrapeCity.Documents.Word.OMathStructCollection.InsertEquationArray(System.String[],GrapeCity.Documents.Word.InsertLocation)">
          <a class="xref" href="GrapeCity.Documents.Word.OMathStructCollection.InsertEquationArray.html#GrapeCity_Documents_Word_OMathStructCollection_InsertEquationArray_System_String___GrapeCity_Documents_Word_InsertLocation_">InsertEquationArray(string[], InsertLocation)</a>
        </td>
        <td class="markdown level1 summary"><p>Inserts a new <a class="xref" href="GrapeCity.Documents.Word.OMathEquationArray.html">OMathEquationArray</a> into the collection at the specified location.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Word_OMathStructCollection_InsertFraction_GrapeCity_Documents_Word_InsertLocation_" data-uid="GrapeCity.Documents.Word.OMathStructCollection.InsertFraction(GrapeCity.Documents.Word.InsertLocation)">
          <a class="xref" href="GrapeCity.Documents.Word.OMathStructCollection.InsertFraction.html#GrapeCity_Documents_Word_OMathStructCollection_InsertFraction_GrapeCity_Documents_Word_InsertLocation_">InsertFraction(InsertLocation)</a>
        </td>
        <td class="markdown level1 summary"><p>Inserts a new <a class="xref" href="GrapeCity.Documents.Word.OMathFraction.html">OMathFraction</a> into the collection at the specified location.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Word_OMathStructCollection_InsertFraction_System_String_System_String_System_Nullable_GrapeCity_Documents_Word_OMathFractionType__GrapeCity_Documents_Word_InsertLocation_" data-uid="GrapeCity.Documents.Word.OMathStructCollection.InsertFraction(System.String,System.String,System.Nullable{GrapeCity.Documents.Word.OMathFractionType},GrapeCity.Documents.Word.InsertLocation)">
          <a class="xref" href="GrapeCity.Documents.Word.OMathStructCollection.InsertFraction.html#GrapeCity_Documents_Word_OMathStructCollection_InsertFraction_System_String_System_String_System_Nullable_GrapeCity_Documents_Word_OMathFractionType__GrapeCity_Documents_Word_InsertLocation_">InsertFraction(string, string, OMathFractionType?, InsertLocation)</a>
        </td>
        <td class="markdown level1 summary"><p>Inserts a new <a class="xref" href="GrapeCity.Documents.Word.OMathFraction.html">OMathFraction</a> into the collection at the specified location.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Word_OMathStructCollection_InsertFunction_GrapeCity_Documents_Word_InsertLocation_" data-uid="GrapeCity.Documents.Word.OMathStructCollection.InsertFunction(GrapeCity.Documents.Word.InsertLocation)">
          <a class="xref" href="GrapeCity.Documents.Word.OMathStructCollection.InsertFunction.html#GrapeCity_Documents_Word_OMathStructCollection_InsertFunction_GrapeCity_Documents_Word_InsertLocation_">InsertFunction(InsertLocation)</a>
        </td>
        <td class="markdown level1 summary"><p>Inserts a new <a class="xref" href="GrapeCity.Documents.Word.OMathFunction.html">OMathFunction</a> into the collection at the specified location.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Word_OMathStructCollection_InsertFunction_System_String_System_String_GrapeCity_Documents_Word_InsertLocation_" data-uid="GrapeCity.Documents.Word.OMathStructCollection.InsertFunction(System.String,System.String,GrapeCity.Documents.Word.InsertLocation)">
          <a class="xref" href="GrapeCity.Documents.Word.OMathStructCollection.InsertFunction.html#GrapeCity_Documents_Word_OMathStructCollection_InsertFunction_System_String_System_String_GrapeCity_Documents_Word_InsertLocation_">InsertFunction(string, string, InsertLocation)</a>
        </td>
        <td class="markdown level1 summary"><p>Inserts a new <a class="xref" href="GrapeCity.Documents.Word.OMathFunction.html">OMathFunction</a> into the collection at the specified location.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Word_OMathStructCollection_InsertGroupCharacter_GrapeCity_Documents_Word_InsertLocation_" data-uid="GrapeCity.Documents.Word.OMathStructCollection.InsertGroupCharacter(GrapeCity.Documents.Word.InsertLocation)">
          <a class="xref" href="GrapeCity.Documents.Word.OMathStructCollection.InsertGroupCharacter.html#GrapeCity_Documents_Word_OMathStructCollection_InsertGroupCharacter_GrapeCity_Documents_Word_InsertLocation_">InsertGroupCharacter(InsertLocation)</a>
        </td>
        <td class="markdown level1 summary"><p>Inserts a new <a class="xref" href="GrapeCity.Documents.Word.OMathGroupCharacter.html">OMathGroupCharacter</a> into the collection at the specified location.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Word_OMathStructCollection_InsertGroupCharacter_System_String_System_String_GrapeCity_Documents_Word_InsertLocation_" data-uid="GrapeCity.Documents.Word.OMathStructCollection.InsertGroupCharacter(System.String,System.String,GrapeCity.Documents.Word.InsertLocation)">
          <a class="xref" href="GrapeCity.Documents.Word.OMathStructCollection.InsertGroupCharacter.html#GrapeCity_Documents_Word_OMathStructCollection_InsertGroupCharacter_System_String_System_String_GrapeCity_Documents_Word_InsertLocation_">InsertGroupCharacter(string, string, InsertLocation)</a>
        </td>
        <td class="markdown level1 summary"><p>Inserts a new <a class="xref" href="GrapeCity.Documents.Word.OMathGroupCharacter.html">OMathGroupCharacter</a> into the collection at the specified location.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Word_OMathStructCollection_InsertLimitLower_GrapeCity_Documents_Word_InsertLocation_" data-uid="GrapeCity.Documents.Word.OMathStructCollection.InsertLimitLower(GrapeCity.Documents.Word.InsertLocation)">
          <a class="xref" href="GrapeCity.Documents.Word.OMathStructCollection.InsertLimitLower.html#GrapeCity_Documents_Word_OMathStructCollection_InsertLimitLower_GrapeCity_Documents_Word_InsertLocation_">InsertLimitLower(InsertLocation)</a>
        </td>
        <td class="markdown level1 summary"><p>Inserts a new <a class="xref" href="GrapeCity.Documents.Word.OMathLimitLower.html">OMathLimitLower</a> into the collection at the specified location.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Word_OMathStructCollection_InsertLimitLower_System_String_System_String_GrapeCity_Documents_Word_InsertLocation_" data-uid="GrapeCity.Documents.Word.OMathStructCollection.InsertLimitLower(System.String,System.String,GrapeCity.Documents.Word.InsertLocation)">
          <a class="xref" href="GrapeCity.Documents.Word.OMathStructCollection.InsertLimitLower.html#GrapeCity_Documents_Word_OMathStructCollection_InsertLimitLower_System_String_System_String_GrapeCity_Documents_Word_InsertLocation_">InsertLimitLower(string, string, InsertLocation)</a>
        </td>
        <td class="markdown level1 summary"><p>Inserts a new <a class="xref" href="GrapeCity.Documents.Word.OMathLimitLower.html">OMathLimitLower</a> into the collection at the specified location.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Word_OMathStructCollection_InsertLimitUpper_GrapeCity_Documents_Word_InsertLocation_" data-uid="GrapeCity.Documents.Word.OMathStructCollection.InsertLimitUpper(GrapeCity.Documents.Word.InsertLocation)">
          <a class="xref" href="GrapeCity.Documents.Word.OMathStructCollection.InsertLimitUpper.html#GrapeCity_Documents_Word_OMathStructCollection_InsertLimitUpper_GrapeCity_Documents_Word_InsertLocation_">InsertLimitUpper(InsertLocation)</a>
        </td>
        <td class="markdown level1 summary"><p>Inserts a new <a class="xref" href="GrapeCity.Documents.Word.OMathLimitUpper.html">OMathLimitUpper</a> into the collection at the specified location.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Word_OMathStructCollection_InsertLimitUpper_System_String_System_String_GrapeCity_Documents_Word_InsertLocation_" data-uid="GrapeCity.Documents.Word.OMathStructCollection.InsertLimitUpper(System.String,System.String,GrapeCity.Documents.Word.InsertLocation)">
          <a class="xref" href="GrapeCity.Documents.Word.OMathStructCollection.InsertLimitUpper.html#GrapeCity_Documents_Word_OMathStructCollection_InsertLimitUpper_System_String_System_String_GrapeCity_Documents_Word_InsertLocation_">InsertLimitUpper(string, string, InsertLocation)</a>
        </td>
        <td class="markdown level1 summary"><p>Inserts a new <a class="xref" href="GrapeCity.Documents.Word.OMathLimitUpper.html">OMathLimitUpper</a> into the collection at the specified location.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Word_OMathStructCollection_InsertMatrix_GrapeCity_Documents_Word_InsertLocation_" data-uid="GrapeCity.Documents.Word.OMathStructCollection.InsertMatrix(GrapeCity.Documents.Word.InsertLocation)">
          <a class="xref" href="GrapeCity.Documents.Word.OMathStructCollection.InsertMatrix.html#GrapeCity_Documents_Word_OMathStructCollection_InsertMatrix_GrapeCity_Documents_Word_InsertLocation_">InsertMatrix(InsertLocation)</a>
        </td>
        <td class="markdown level1 summary"><p>Inserts a new <a class="xref" href="GrapeCity.Documents.Word.OMathMatrix.html">OMathMatrix</a> into the collection at the specified location.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Word_OMathStructCollection_InsertMatrix_System_Int32_System_Int32_GrapeCity_Documents_Word_InsertLocation_" data-uid="GrapeCity.Documents.Word.OMathStructCollection.InsertMatrix(System.Int32,System.Int32,GrapeCity.Documents.Word.InsertLocation)">
          <a class="xref" href="GrapeCity.Documents.Word.OMathStructCollection.InsertMatrix.html#GrapeCity_Documents_Word_OMathStructCollection_InsertMatrix_System_Int32_System_Int32_GrapeCity_Documents_Word_InsertLocation_">InsertMatrix(int, int, InsertLocation)</a>
        </td>
        <td class="markdown level1 summary"><p>Inserts a new <a class="xref" href="GrapeCity.Documents.Word.OMathMatrix.html">OMathMatrix</a> into the collection at the specified location.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Word_OMathStructCollection_InsertMatrix_System_Nullable_System_Int32__0__0___GrapeCity_Documents_Word_InsertLocation_" data-uid="GrapeCity.Documents.Word.OMathStructCollection.InsertMatrix(System.Nullable{System.Int32}[0:,0:],GrapeCity.Documents.Word.InsertLocation)">
          <a class="xref" href="GrapeCity.Documents.Word.OMathStructCollection.InsertMatrix.html#GrapeCity_Documents_Word_OMathStructCollection_InsertMatrix_System_Nullable_System_Int32__0__0___GrapeCity_Documents_Word_InsertLocation_">InsertMatrix(int?[,], InsertLocation)</a>
        </td>
        <td class="markdown level1 summary"><p>Inserts a new <a class="xref" href="GrapeCity.Documents.Word.OMathMatrix.html">OMathMatrix</a> into the collection at the specified location.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Word_OMathStructCollection_InsertMatrix_System_String_0__0___GrapeCity_Documents_Word_InsertLocation_" data-uid="GrapeCity.Documents.Word.OMathStructCollection.InsertMatrix(System.String[0:,0:],GrapeCity.Documents.Word.InsertLocation)">
          <a class="xref" href="GrapeCity.Documents.Word.OMathStructCollection.InsertMatrix.html#GrapeCity_Documents_Word_OMathStructCollection_InsertMatrix_System_String_0__0___GrapeCity_Documents_Word_InsertLocation_">InsertMatrix(string[,], InsertLocation)</a>
        </td>
        <td class="markdown level1 summary"><p>Inserts a new <a class="xref" href="GrapeCity.Documents.Word.OMathMatrix.html">OMathMatrix</a> into the collection at the specified location.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Word_OMathStructCollection_InsertNary_GrapeCity_Documents_Word_InsertLocation_" data-uid="GrapeCity.Documents.Word.OMathStructCollection.InsertNary(GrapeCity.Documents.Word.InsertLocation)">
          <a class="xref" href="GrapeCity.Documents.Word.OMathStructCollection.InsertNary.html#GrapeCity_Documents_Word_OMathStructCollection_InsertNary_GrapeCity_Documents_Word_InsertLocation_">InsertNary(InsertLocation)</a>
        </td>
        <td class="markdown level1 summary"><p>Inserts a new <a class="xref" href="GrapeCity.Documents.Word.OMathNary.html">OMathNary</a> into the collection at the specified location.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Word_OMathStructCollection_InsertNary_System_String_System_String_System_String_System_String_GrapeCity_Documents_Word_InsertLocation_" data-uid="GrapeCity.Documents.Word.OMathStructCollection.InsertNary(System.String,System.String,System.String,System.String,GrapeCity.Documents.Word.InsertLocation)">
          <a class="xref" href="GrapeCity.Documents.Word.OMathStructCollection.InsertNary.html#GrapeCity_Documents_Word_OMathStructCollection_InsertNary_System_String_System_String_System_String_System_String_GrapeCity_Documents_Word_InsertLocation_">InsertNary(string, string, string, string, InsertLocation)</a>
        </td>
        <td class="markdown level1 summary"><p>Inserts a new <a class="xref" href="GrapeCity.Documents.Word.OMathNary.html">OMathNary</a> into the collection at the specified location.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Word_OMathStructCollection_InsertPhantom_GrapeCity_Documents_Word_InsertLocation_" data-uid="GrapeCity.Documents.Word.OMathStructCollection.InsertPhantom(GrapeCity.Documents.Word.InsertLocation)">
          <a class="xref" href="GrapeCity.Documents.Word.OMathStructCollection.InsertPhantom.html#GrapeCity_Documents_Word_OMathStructCollection_InsertPhantom_GrapeCity_Documents_Word_InsertLocation_">InsertPhantom(InsertLocation)</a>
        </td>
        <td class="markdown level1 summary"><p>Inserts a new <a class="xref" href="GrapeCity.Documents.Word.OMathPhantom.html">OMathPhantom</a> into the collection at the specified location.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Word_OMathStructCollection_InsertPhantom_System_String_System_Boolean_GrapeCity_Documents_Word_InsertLocation_" data-uid="GrapeCity.Documents.Word.OMathStructCollection.InsertPhantom(System.String,System.Boolean,GrapeCity.Documents.Word.InsertLocation)">
          <a class="xref" href="GrapeCity.Documents.Word.OMathStructCollection.InsertPhantom.html#GrapeCity_Documents_Word_OMathStructCollection_InsertPhantom_System_String_System_Boolean_GrapeCity_Documents_Word_InsertLocation_">InsertPhantom(string, bool, InsertLocation)</a>
        </td>
        <td class="markdown level1 summary"><p>Inserts a new <a class="xref" href="GrapeCity.Documents.Word.OMathPhantom.html">OMathPhantom</a> into the collection at the specified location.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Word_OMathStructCollection_InsertPreSubSuperscript_GrapeCity_Documents_Word_InsertLocation_" data-uid="GrapeCity.Documents.Word.OMathStructCollection.InsertPreSubSuperscript(GrapeCity.Documents.Word.InsertLocation)">
          <a class="xref" href="GrapeCity.Documents.Word.OMathStructCollection.InsertPreSubSuperscript.html#GrapeCity_Documents_Word_OMathStructCollection_InsertPreSubSuperscript_GrapeCity_Documents_Word_InsertLocation_">InsertPreSubSuperscript(InsertLocation)</a>
        </td>
        <td class="markdown level1 summary"><p>Inserts a new <a class="xref" href="GrapeCity.Documents.Word.OMathPreSubSuperscript.html">OMathPreSubSuperscript</a> into the collection at the specified location.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Word_OMathStructCollection_InsertPreSubSuperscript_System_String_System_String_System_String_GrapeCity_Documents_Word_InsertLocation_" data-uid="GrapeCity.Documents.Word.OMathStructCollection.InsertPreSubSuperscript(System.String,System.String,System.String,GrapeCity.Documents.Word.InsertLocation)">
          <a class="xref" href="GrapeCity.Documents.Word.OMathStructCollection.InsertPreSubSuperscript.html#GrapeCity_Documents_Word_OMathStructCollection_InsertPreSubSuperscript_System_String_System_String_System_String_GrapeCity_Documents_Word_InsertLocation_">InsertPreSubSuperscript(string, string, string, InsertLocation)</a>
        </td>
        <td class="markdown level1 summary"><p>Inserts a new <a class="xref" href="GrapeCity.Documents.Word.OMathPreSubSuperscript.html">OMathPreSubSuperscript</a> into the collection at the specified location.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Word_OMathStructCollection_InsertRadical_GrapeCity_Documents_Word_InsertLocation_" data-uid="GrapeCity.Documents.Word.OMathStructCollection.InsertRadical(GrapeCity.Documents.Word.InsertLocation)">
          <a class="xref" href="GrapeCity.Documents.Word.OMathStructCollection.InsertRadical.html#GrapeCity_Documents_Word_OMathStructCollection_InsertRadical_GrapeCity_Documents_Word_InsertLocation_">InsertRadical(InsertLocation)</a>
        </td>
        <td class="markdown level1 summary"><p>Inserts a new <a class="xref" href="GrapeCity.Documents.Word.OMathRadical.html">OMathRadical</a> into the collection at the specified location.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Word_OMathStructCollection_InsertRadical_System_String_System_String_GrapeCity_Documents_Word_InsertLocation_" data-uid="GrapeCity.Documents.Word.OMathStructCollection.InsertRadical(System.String,System.String,GrapeCity.Documents.Word.InsertLocation)">
          <a class="xref" href="GrapeCity.Documents.Word.OMathStructCollection.InsertRadical.html#GrapeCity_Documents_Word_OMathStructCollection_InsertRadical_System_String_System_String_GrapeCity_Documents_Word_InsertLocation_">InsertRadical(string, string, InsertLocation)</a>
        </td>
        <td class="markdown level1 summary"><p>Inserts a new <a class="xref" href="GrapeCity.Documents.Word.OMathRadical.html">OMathRadical</a> into the collection at the specified location.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Word_OMathStructCollection_InsertSubSuperscript_GrapeCity_Documents_Word_InsertLocation_" data-uid="GrapeCity.Documents.Word.OMathStructCollection.InsertSubSuperscript(GrapeCity.Documents.Word.InsertLocation)">
          <a class="xref" href="GrapeCity.Documents.Word.OMathStructCollection.InsertSubSuperscript.html#GrapeCity_Documents_Word_OMathStructCollection_InsertSubSuperscript_GrapeCity_Documents_Word_InsertLocation_">InsertSubSuperscript(InsertLocation)</a>
        </td>
        <td class="markdown level1 summary"><p>Inserts a new <a class="xref" href="GrapeCity.Documents.Word.OMathSubSuperscript.html">OMathSubSuperscript</a> into the collection at the specified location.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Word_OMathStructCollection_InsertSubSuperscript_System_String_System_String_System_String_GrapeCity_Documents_Word_InsertLocation_" data-uid="GrapeCity.Documents.Word.OMathStructCollection.InsertSubSuperscript(System.String,System.String,System.String,GrapeCity.Documents.Word.InsertLocation)">
          <a class="xref" href="GrapeCity.Documents.Word.OMathStructCollection.InsertSubSuperscript.html#GrapeCity_Documents_Word_OMathStructCollection_InsertSubSuperscript_System_String_System_String_System_String_GrapeCity_Documents_Word_InsertLocation_">InsertSubSuperscript(string, string, string, InsertLocation)</a>
        </td>
        <td class="markdown level1 summary"><p>Inserts a new <a class="xref" href="GrapeCity.Documents.Word.OMathSubSuperscript.html">OMathSubSuperscript</a> into the collection at the specified location.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Word_OMathStructCollection_InsertSubscript_GrapeCity_Documents_Word_InsertLocation_" data-uid="GrapeCity.Documents.Word.OMathStructCollection.InsertSubscript(GrapeCity.Documents.Word.InsertLocation)">
          <a class="xref" href="GrapeCity.Documents.Word.OMathStructCollection.InsertSubscript.html#GrapeCity_Documents_Word_OMathStructCollection_InsertSubscript_GrapeCity_Documents_Word_InsertLocation_">InsertSubscript(InsertLocation)</a>
        </td>
        <td class="markdown level1 summary"><p>Inserts a new <a class="xref" href="GrapeCity.Documents.Word.OMathSubscript.html">OMathSubscript</a> into the collection at the specified location.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Word_OMathStructCollection_InsertSubscript_System_String_System_String_GrapeCity_Documents_Word_InsertLocation_" data-uid="GrapeCity.Documents.Word.OMathStructCollection.InsertSubscript(System.String,System.String,GrapeCity.Documents.Word.InsertLocation)">
          <a class="xref" href="GrapeCity.Documents.Word.OMathStructCollection.InsertSubscript.html#GrapeCity_Documents_Word_OMathStructCollection_InsertSubscript_System_String_System_String_GrapeCity_Documents_Word_InsertLocation_">InsertSubscript(string, string, InsertLocation)</a>
        </td>
        <td class="markdown level1 summary"><p>Inserts a new <a class="xref" href="GrapeCity.Documents.Word.OMathSubscript.html">OMathSubscript</a> into the collection at the specified location.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Word_OMathStructCollection_InsertSuperscript_GrapeCity_Documents_Word_InsertLocation_" data-uid="GrapeCity.Documents.Word.OMathStructCollection.InsertSuperscript(GrapeCity.Documents.Word.InsertLocation)">
          <a class="xref" href="GrapeCity.Documents.Word.OMathStructCollection.InsertSuperscript.html#GrapeCity_Documents_Word_OMathStructCollection_InsertSuperscript_GrapeCity_Documents_Word_InsertLocation_">InsertSuperscript(InsertLocation)</a>
        </td>
        <td class="markdown level1 summary"><p>Inserts a new <a class="xref" href="GrapeCity.Documents.Word.OMathSuperscript.html">OMathSuperscript</a> into the collection at the specified location.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Word_OMathStructCollection_InsertSuperscript_System_String_System_String_GrapeCity_Documents_Word_InsertLocation_" data-uid="GrapeCity.Documents.Word.OMathStructCollection.InsertSuperscript(System.String,System.String,GrapeCity.Documents.Word.InsertLocation)">
          <a class="xref" href="GrapeCity.Documents.Word.OMathStructCollection.InsertSuperscript.html#GrapeCity_Documents_Word_OMathStructCollection_InsertSuperscript_System_String_System_String_GrapeCity_Documents_Word_InsertLocation_">InsertSuperscript(string, string, InsertLocation)</a>
        </td>
        <td class="markdown level1 summary"><p>Inserts a new <a class="xref" href="GrapeCity.Documents.Word.OMathSuperscript.html">OMathSuperscript</a> into the collection at the specified location.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
