# GrapeCity.Documents.Word.OMathDelimiter.SeparatorCharacter

## Content

<div class="doc-site-dotnet-api-container">



<h1 id="GrapeCity_Documents_Word_OMathDelimiter_SeparatorCharacter_" data-uid="GrapeCity.Documents.Word.OMathDelimiter.SeparatorCharacter*">SeparatorCharacter Property
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="GrapeCity_Documents_Word_OMathDelimiter_SeparatorCharacter_" data-uid="GrapeCity.Documents.Word.OMathDelimiter.SeparatorCharacter*"></a>
<h4 id="GrapeCity_Documents_Word_OMathDelimiter_SeparatorCharacter" data-uid="GrapeCity.Documents.Word.OMathDelimiter.SeparatorCharacter">SeparatorCharacter</h4>
<div class="markdown level1 summary"><p>Gets or sets character that separates items in the delimiter structure.</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 separator character is absent.</p>
<p>Default value is Unicode character <b>U+2502</b> (BOX DRAWINGS LIGHT VERTICAL).</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">public string SeparatorCharacter { get; set; }</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Public Property SeparatorCharacter As String</code></pre>
</div>
</div>
