# GrapeCity.Spreadsheet.Drawing.TextOrientation

## Content

<div class="doc-site-dotnet-api-container">




  <h1 id="GrapeCity_Spreadsheet_Drawing_TextOrientation" data-uid="GrapeCity.Spreadsheet.Drawing.TextOrientation" class="text-break">TextOrientation Enum
</h1>
  <div class="markdown level0 summary"><p>Specifies orientation for text.</p>
</div>
  <div class="markdown level0 conceptual"></div>
  <h6><strong>Namespace</strong>: <a class="xref" href="GrapeCity.Spreadsheet.Drawing.html">GrapeCity.Spreadsheet.Drawing</a></h6>
  <h6><strong>Assembly</strong>: GrapeCity.Spreadsheet.dll</h6>
  <h5 id="GrapeCity_Spreadsheet_Drawing_TextOrientation_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public enum TextOrientation</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Enum TextOrientation</code></pre>
  </div>
  <h5 id="GrapeCity_Spreadsheet_Drawing_TextOrientation_remarks"><strong>Remarks</strong></h5>
  <div class="markdown level0 remarks"><p>Not support types: Vertical, HorizontalRotatedFarEast</p>
</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_Drawing_TextOrientation_Downward">Downward</td>
        <td><p>Downward</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_Drawing_TextOrientation_Horizontal">Horizontal</td>
        <td><p>Horizontal</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_Drawing_TextOrientation_HorizontalRotatedFarEast">HorizontalRotatedFarEast</td>
        <td><p>Horizontal and rotated as required for Asian language support</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_Drawing_TextOrientation_HorizontalRotatedFarEastRTL">HorizontalRotatedFarEastRTL</td>
        <td><p>Horizontal and rotated as required for Asian language support, layout right to left.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_Drawing_TextOrientation_Upward">Upward</td>
        <td><p>Upward</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_Drawing_TextOrientation_Vertical">Vertical</td>
        <td><p>Vertical</p>
</td>
      </tr>
    </tbody>
  </table>
</div>
