# GrapeCity.Documents.Word.OMathNary.LimitLocation

## Content

<div class="doc-site-dotnet-api-container">



<h1 id="GrapeCity_Documents_Word_OMathNary_LimitLocation_" data-uid="GrapeCity.Documents.Word.OMathNary.LimitLocation*">LimitLocation Property
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="GrapeCity_Documents_Word_OMathNary_LimitLocation_" data-uid="GrapeCity.Documents.Word.OMathNary.LimitLocation*"></a>
<h4 id="GrapeCity_Documents_Word_OMathNary_LimitLocation" data-uid="GrapeCity.Documents.Word.OMathNary.LimitLocation">LimitLocation</h4>
<div class="markdown level1 summary"><p>Gets or sets the location of <a class="xref" href="GrapeCity.Documents.Word.OMathNary.Subscript.html#GrapeCity_Documents_Word_OMathNary_Subscript">Subscript</a> and <a class="xref" href="GrapeCity.Documents.Word.OMathNary.Superscript.html#GrapeCity_Documents_Word_OMathNary_Superscript">Superscript</a> in the structure.</p>
<p>If the <a class="xref" href="GrapeCity.Documents.Word.OMathStruct.ParentOMath.html#GrapeCity_Documents_Word_OMathStruct_ParentOMath">ParentOMath</a> is in <a class="xref" href="GrapeCity.Documents.Word.OMathMode.html#GrapeCity_Documents_Word_OMathMode_Inline">Inline</a> mode the value is always <a class="xref" href="GrapeCity.Documents.Word.OMathLimitLocation.html#GrapeCity_Documents_Word_OMathLimitLocation_UnderOver">UnderOver</a>.</p>
<p>Default value defined in <a class="xref" href="GrapeCity.Documents.Word.OMathOptions.IntegralLimitLocation.html#GrapeCity_Documents_Word_OMathOptions_IntegralLimitLocation">IntegralLimitLocation</a> property when the property <a class="xref" href="GrapeCity.Documents.Word.OMathNary.IsIntegral.html#GrapeCity_Documents_Word_OMathNary_IsIntegral">IsIntegral</a> is <a href="https://learn.microsoft.com/dotnet/csharp/language-reference/builtin-types/bool">true</a>.</p> 
<p>Default value defined in <a class="xref" href="GrapeCity.Documents.Word.OMathOptions.NaryLimitLocation.html#GrapeCity_Documents_Word_OMathOptions_NaryLimitLocation">NaryLimitLocation</a> property when the property <a class="xref" href="GrapeCity.Documents.Word.OMathNary.IsIntegral.html#GrapeCity_Documents_Word_OMathNary_IsIntegral">IsIntegral</a> is <a href="https://learn.microsoft.com/dotnet/csharp/language-reference/builtin-types/bool">false</a>.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">public OMathLimitLocation LimitLocation { get; set; }</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Public Property LimitLocation As OMathLimitLocation</code></pre>
</div>
</div>
