# GrapeCity.Spreadsheet.TextReadingOrder

## Content

<div class="doc-site-dotnet-api-container">




  <h1 id="GrapeCity_Spreadsheet_TextReadingOrder" data-uid="GrapeCity.Spreadsheet.TextReadingOrder" class="text-break">TextReadingOrder Enum
</h1>
  <div class="markdown level0 summary"><p>Specifies the reading order.</p>
</div>
  <div class="markdown level0 conceptual"></div>
  <h6><strong>Namespace</strong>: <a class="xref" href="GrapeCity.Spreadsheet.html">GrapeCity.Spreadsheet</a></h6>
  <h6><strong>Assembly</strong>: GrapeCity.Spreadsheet.dll</h6>
  <h5 id="GrapeCity_Spreadsheet_TextReadingOrder_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public enum TextReadingOrder : byte</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Enum TextReadingOrder As Byte</code></pre>
  </div>
  <h3 id="fields">Fields
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    <thead>
    </thead></thead><tbody>
      <tr>
        <td id="GrapeCity_Spreadsheet_TextReadingOrder_Context">Context</td>
        <td><p>Reading order is determined by scanning the text for the first non-whitespace character: if it is a strong right-to-left character, the reading order is right-to-left; otherwise, the reading order left-to-right.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_TextReadingOrder_LeftToRight">LeftToRight</td>
        <td><p>Reading order is left-to-right in the cell, as in English.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_TextReadingOrder_RightToLeft">RightToLeft</td>
        <td><p>Reading order is right-to-left in the cell, as in Hebrew.</p>
</td>
      </tr>
    </tbody>
  </table>
</div>
