# GrapeCity.Documents.Word.TableFormat.Bidi

## Content

<div class="doc-site-dotnet-api-container">



<h1 id="GrapeCity_Documents_Word_TableFormat_Bidi_" data-uid="GrapeCity.Documents.Word.TableFormat.Bidi*">Bidi Property
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="GrapeCity_Documents_Word_TableFormat_Bidi_" data-uid="GrapeCity.Documents.Word.TableFormat.Bidi*"></a>
<h4 id="GrapeCity_Documents_Word_TableFormat_Bidi" data-uid="GrapeCity.Documents.Word.TableFormat.Bidi">Bidi</h4>
<div class="markdown level1 summary"><p>Gets or sets a value indicating whether the cells in this table shall be visually represented in a right to left direction.
This property also affects the application of all table-level properties.
When this property is specified, then the ordering of all cells (and table-level properties) in this table
shall be applied to the table assuming that the table is a normal left to right table, but the table cells shall be displayed in a right to left direction.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">public bool Bidi { get; set; }</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Public Property Bidi As Boolean</code></pre>
</div>
</div>
