# GrapeCity.SpreadBuilder.Style.VertAlignments

## Content

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




  <h1 id="GrapeCity_SpreadBuilder_Style_VertAlignments" data-uid="GrapeCity.SpreadBuilder.Style.VertAlignments" class="text-break">VertAlignments Enum
</h1>
  <div class="markdown level0 summary"><p>Different types of vertical alignments.  Used by <a class="xref" href="GrapeCity.SpreadBuilder.Cells.DDCell.VertAlignment.html#GrapeCity_SpreadBuilder_Cells_DDCell_VertAlignment">VertAlignment</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_VertAlignments_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public enum VertAlignments : 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_VertAlignments_Bottom">Bottom</td>
        <td><p>Bottom</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_SpreadBuilder_Style_VertAlignments_Center">Center</td>
        <td><p>Center</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_SpreadBuilder_Style_VertAlignments_Justify">Justify</td>
        <td><p>Justify</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_SpreadBuilder_Style_VertAlignments_Top">Top</td>
        <td><p>Top</p>
</td>
      </tr>
    </tbody>
  </table>
</div>
