# GrapeCity.Documents.Excel.ReadingOrder

## Content

<div class="doc-site-dotnet-api-container">




  <h1 id="GrapeCity_Documents_Excel_ReadingOrder" data-uid="GrapeCity.Documents.Excel.ReadingOrder" class="text-break">ReadingOrder Enum
</h1>
  <div class="markdown level0 summary"><p>Specified the text reading order.</p>
</div>
  <div class="markdown level0 conceptual"></div>
  <h6><strong>Namespace</strong>: <a class="xref" href="GrapeCity.Documents.Excel.html">GrapeCity.Documents.Excel</a></h6>
  <h6><strong>Assembly</strong>: DS.Documents.Excel.dll</h6>
  <h5 id="GrapeCity_Documents_Excel_ReadingOrder_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public enum ReadingOrder</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Enum ReadingOrder</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_Documents_Excel_ReadingOrder_Context">Context</td>
        <td><p>Specifies the context order.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_ReadingOrder_LeftToRight">LeftToRight</td>
        <td><p>Specifies left to right order.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_ReadingOrder_RightToLeft">RightToLeft</td>
        <td><p>Specifies right to left order.</p>
</td>
      </tr>
    </tbody>
  </table>
</div>
