# FarPoint.Win.Spread.CellVerticalAlignment

## Content

<div class="doc-site-dotnet-api-container">




  <h1 id="FarPoint_Win_Spread_CellVerticalAlignment" data-uid="FarPoint.Win.Spread.CellVerticalAlignment" class="text-break">CellVerticalAlignment Enum
</h1>
  <div class="markdown level0 summary"><p>Specifies the vertical alignment of the cell contents.</p>
</div>
  <div class="markdown level0 conceptual"></div>
  <h6><strong>Namespace</strong>: <a class="xref" href="FarPoint.Win.Spread.html">FarPoint.Win.Spread</a></h6>
  <h6><strong>Assembly</strong>: FarPoint.Win.Spread.dll</h6>
  <h5 id="FarPoint_Win_Spread_CellVerticalAlignment_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public enum CellVerticalAlignment</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Enum CellVerticalAlignment</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="FarPoint_Win_Spread_CellVerticalAlignment_Bottom">Bottom</td>
        <td><p>Aligns the cell contents to the bottom</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_CellVerticalAlignment_Center">Center</td>
        <td><p>Centers the content in the cell vertically</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_CellVerticalAlignment_Distributed">Distributed</td>
        <td><p>Indicates that whitespace has been inserted to make the text fill the special area.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_CellVerticalAlignment_General">General</td>
        <td><p>Aligns the cell contents according to the cell's interpretation of the contents</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_CellVerticalAlignment_Justify">Justify</td>
        <td><p>Indicates that whitespace has been inserted to make the text fill the special area.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_CellVerticalAlignment_Top">Top</td>
        <td><p>Aligns the cell contents to the top</p>
</td>
      </tr>
    </tbody>
  </table>
</div>
