# GrapeCity.Spreadsheet.AlignmentAttributes

## Content

<div class="doc-site-dotnet-api-container">




  <h1 id="GrapeCity_Spreadsheet_AlignmentAttributes" data-uid="GrapeCity.Spreadsheet.AlignmentAttributes" class="text-break">AlignmentAttributes Enum
</h1>
  <div class="markdown level0 summary"><p>Specifies all attributes of the <a class="xref" href="GrapeCity.Spreadsheet.Alignment.html">Alignment</a> value.</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_AlignmentAttributes_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">[Flags]
public enum AlignmentAttributes : short</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">&lt;Flags&gt;
Public Enum AlignmentAttributes As Short</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_AlignmentAttributes_All">All</td>
        <td><p>all</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_AlignmentAttributes_HAlignment">HAlignment</td>
        <td><p>Horizontal alignment.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_AlignmentAttributes_Indent">Indent</td>
        <td><p>Indent.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_AlignmentAttributes_JustifyLastLine">JustifyLastLine</td>
        <td><p>Justify last line</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_AlignmentAttributes_None">None</td>
        <td><p>none</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_AlignmentAttributes_ReadingOrder">ReadingOrder</td>
        <td><p>Reading order.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_AlignmentAttributes_RelativeIndent">RelativeIndent</td>
        <td><p>Relative indent.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_AlignmentAttributes_ShrinkToFit">ShrinkToFit</td>
        <td><p>Shrink to fit.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_AlignmentAttributes_TextRotation">TextRotation</td>
        <td><p>Text rotation.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_AlignmentAttributes_VAlignment">VAlignment</td>
        <td><p>Vertical alignment.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_AlignmentAttributes_WrapText">WrapText</td>
        <td><p>WrapText</p>
</td>
      </tr>
    </tbody>
  </table>
</div>
