# GrapeCity.Documents.Word.Tab.Value

## Content

<div class="doc-site-dotnet-api-container">



<h1 id="GrapeCity_Documents_Word_Tab_Value_" data-uid="GrapeCity.Documents.Word.Tab.Value*">Value Property
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="GrapeCity_Documents_Word_Tab_Value_" data-uid="GrapeCity.Documents.Word.Tab.Value*"></a>
<h4 id="GrapeCity_Documents_Word_Tab_Value" data-uid="GrapeCity.Documents.Word.Tab.Value">Value</h4>
<div class="markdown level1 summary"><p>Gets the text representation of the tab.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">public override string Value { get; set; }</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Public Overrides Property Value As String</code></pre>
</div>
<h5 class="overrides">Overrides</h5>
<div><a class="xref" href="GrapeCity.Documents.Word.Text.Value.html#GrapeCity_Documents_Word_Text_Value">Text.Value</a></div>
<h5 id="GrapeCity_Documents_Word_Tab_Value_remarks">Remarks</h5>
<div class="markdown level1 remarks"><p>Set is not supported.</p>
</div>
<h5 class="exceptions">Exceptions</h5>
<table class="table table-bordered table-condensed">
  <thead>
    <tr>
      <th>Type</th>
      <th>Condition</th>
    </tr>
  </thead>
  <tbody>
    <tr>
      <td><a class="xref" href="GrapeCity.Documents.Word.IsReadOnlyException.html">IsReadOnlyException</a></td>
      <td><p>Throws when set is called.</p>
</td>
    </tr>
  </tbody>
</table>
</div>
