# GrapeCity.Documents.Excel.LabelAlignment

## Content

<div class="doc-site-dotnet-api-container">




  <h1 id="GrapeCity_Documents_Excel_LabelAlignment" data-uid="GrapeCity.Documents.Excel.LabelAlignment" class="text-break">LabelAlignment Enum
</h1>
  <div class="markdown level0 summary"><p>Specifies the cell label position.</p>
</div>
  <div class="markdown level0 conceptual"></div>
  <h6><strong>Namespace</strong>: <a class="xref" href="GrapeCity.Documents.Excel.html">GrapeCity.Documents.Excel</a></h6>
  <h6><strong>Assembly</strong>: DS.Documents.Excel.dll</h6>
  <h5 id="GrapeCity_Documents_Excel_LabelAlignment_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public enum LabelAlignment</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Enum LabelAlignment</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_Documents_Excel_LabelAlignment_bottomCenter">bottomCenter</td>
        <td><p>Indicates that the cell label position is bottom-center.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_LabelAlignment_bottomLeft">bottomLeft</td>
        <td><p>Indicates that the cell label position is bottom-left.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_LabelAlignment_bottomRight">bottomRight</td>
        <td><p>Indicates that the cell label position is bottom-right.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_LabelAlignment_topCenter">topCenter</td>
        <td><p>Indicates that the cell label position is top-center.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_LabelAlignment_topLeft">topLeft</td>
        <td><p>Indicates that the cell label position is top-left.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_LabelAlignment_topRight">topRight</td>
        <td><p>Indicates that the cell label position is top-right.</p>
</td>
      </tr>
    </tbody>
  </table>
</div>
