# GrapeCity.Wpf.SpreadSheet.Dialogs.FormatCellsTabs

## Content

<div class="doc-site-dotnet-api-container">




  <h1 id="GrapeCity_Wpf_SpreadSheet_Dialogs_FormatCellsTabs" data-uid="GrapeCity.Wpf.SpreadSheet.Dialogs.FormatCellsTabs" class="text-break">FormatCellsTabs Enum
</h1>
  <div class="markdown level0 summary"><p>Represents all tabs of the Format Cells dialog.</p>
</div>
  <div class="markdown level0 conceptual"></div>
  <h6><strong>Namespace</strong>: <a class="xref" href="GrapeCity.Wpf.SpreadSheet.Dialogs.html">GrapeCity.Wpf.SpreadSheet.Dialogs</a></h6>
  <h6><strong>Assembly</strong>: GrapeCity.Wpf.SpreadSheet.dll</h6>
  <h5 id="GrapeCity_Wpf_SpreadSheet_Dialogs_FormatCellsTabs_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public enum FormatCellsTabs</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Enum FormatCellsTabs</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_Wpf_SpreadSheet_Dialogs_FormatCellsTabs_Alignment">Alignment</td>
        <td><p>The alignment tab.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Wpf_SpreadSheet_Dialogs_FormatCellsTabs_Border">Border</td>
        <td><p>The border tab.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Wpf_SpreadSheet_Dialogs_FormatCellsTabs_Fill">Fill</td>
        <td><p>The fill tab.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Wpf_SpreadSheet_Dialogs_FormatCellsTabs_Font">Font</td>
        <td><p>The font tab.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Wpf_SpreadSheet_Dialogs_FormatCellsTabs_Number">Number</td>
        <td><p>The number tab.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Wpf_SpreadSheet_Dialogs_FormatCellsTabs_Protection">Protection</td>
        <td><p>The protection tab.</p>
</td>
      </tr>
    </tbody>
  </table>
</div>
