# GrapeCity.Documents.Word.OMathDelimiter.BeginCharacter

## Content

<div class="doc-site-dotnet-api-container">



<h1 id="GrapeCity_Documents_Word_OMathDelimiter_BeginCharacter_" data-uid="GrapeCity.Documents.Word.OMathDelimiter.BeginCharacter*">BeginCharacter Property
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="GrapeCity_Documents_Word_OMathDelimiter_BeginCharacter_" data-uid="GrapeCity.Documents.Word.OMathDelimiter.BeginCharacter*"></a>
<h4 id="GrapeCity_Documents_Word_OMathDelimiter_BeginCharacter" data-uid="GrapeCity.Documents.Word.OMathDelimiter.BeginCharacter">BeginCharacter</h4>
<div class="markdown level1 summary"><p>Gets or sets the beginning, or opening, delimiter character.</p>
<p>The value cannot be <a href="https://learn.microsoft.com/dotnet/csharp/language-reference/keywords/null">null</a> and its length cannot be more than one character.</p>
<p>Empty string value means the delimiter structure beginning character is absent.</p>
<p>Default value is Unicode character <b>U+0028</b> (LEFT PARENTHESIS).</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">public string BeginCharacter { get; set; }</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Public Property BeginCharacter As String</code></pre>
</div>
</div>
