# C1.Web.Mvc.Sheet.TextDirectionType

## Content

<div class="doc-site-dotnet-api-container">




  <h1 id="C1_Web_Mvc_Sheet_TextDirectionType" data-uid="C1.Web.Mvc.Sheet.TextDirectionType" class="text-break">TextDirectionType Enum
</h1>
  <div class="markdown level0 summary"><p>The direction of text flow.</p>
</div>
  <div class="markdown level0 conceptual"></div>
  <h6><strong>Namespace</strong>: <a class="xref" href="C1.Web.Mvc.Sheet.html">C1.Web.Mvc.Sheet</a></h6>
  <h6><strong>Assembly</strong>: C1.Web.Mvc.FlexSheet.dll</h6>
  <h5 id="C1_Web_Mvc_Sheet_TextDirectionType_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public enum TextDirectionType</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Enum TextDirectionType</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="C1_Web_Mvc_Sheet_TextDirectionType_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="C1_Web_Mvc_Sheet_TextDirectionType_LeftToRight">LeftToRight</td>
        <td><p>Reading order is left-to-right in the cell, as in English.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Mvc_Sheet_TextDirectionType_RightToLeft">RightToLeft</td>
        <td><p>Reading order is right-to-left in the cell, as in Hebrew.</p>
</td>
      </tr>
    </tbody>
  </table>
</div>
