# GrapeCity.SpreadBuilder.Style.HorzAlignments

## Content

<div class="doc-site-dotnet-api-container">




  <h1 id="GrapeCity_SpreadBuilder_Style_HorzAlignments" data-uid="GrapeCity.SpreadBuilder.Style.HorzAlignments" class="text-break">HorzAlignments Enum
</h1>
  <div class="markdown level0 summary"><p>Different types of horizontal alignments.  Used by <a class="xref" href="GrapeCity.SpreadBuilder.Cells.DDCell.Alignment.html#GrapeCity_SpreadBuilder_Cells_DDCell_Alignment">Alignment</a>.</p>
</div>
  <div class="markdown level0 conceptual"></div>
  <h6><strong>Namespace</strong>: <a class="xref" href="GrapeCity.SpreadBuilder.Style.html">GrapeCity.SpreadBuilder.Style</a></h6>
  <h6><strong>Assembly</strong>: MESCIUS.ActiveReports.SpreadBuilder.dll</h6>
  <h5 id="GrapeCity_SpreadBuilder_Style_HorzAlignments_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public enum HorzAlignments : 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_SpreadBuilder_Style_HorzAlignments_Center">Center</td>
        <td><p>Center</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_SpreadBuilder_Style_HorzAlignments_CenterAcrossSelection">CenterAcrossSelection</td>
        <td><p>Center across selection</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_SpreadBuilder_Style_HorzAlignments_Fill">Fill</td>
        <td><p>Fill</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_SpreadBuilder_Style_HorzAlignments_General">General</td>
        <td><p>General</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_SpreadBuilder_Style_HorzAlignments_Justify">Justify</td>
        <td><p>Justify</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_SpreadBuilder_Style_HorzAlignments_Left">Left</td>
        <td><p>Left</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_SpreadBuilder_Style_HorzAlignments_Right">Right</td>
        <td><p>Rright</p>
</td>
      </tr>
    </tbody>
  </table>
</div>
