# GrapeCity.Spreadsheet.StyleFormatApplyment

## Content

<div class="doc-site-dotnet-api-container">




  <h1 id="GrapeCity_Spreadsheet_StyleFormatApplyment" data-uid="GrapeCity.Spreadsheet.StyleFormatApplyment" class="text-break">StyleFormatApplyment Enum
</h1>
  <div class="markdown level0 summary"><p>Specifies the style format applyment.</p>
</div>
  <div class="markdown level0 conceptual"></div>
  <h6><strong>Namespace</strong>: <a class="xref" href="GrapeCity.Spreadsheet.html">GrapeCity.Spreadsheet</a></h6>
  <h6><strong>Assembly</strong>: GrapeCity.Spreadsheet.dll</h6>
  <h5 id="GrapeCity_Spreadsheet_StyleFormatApplyment_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">[Flags]
public enum StyleFormatApplyment : byte</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">&lt;Flags&gt;
Public Enum StyleFormatApplyment As Byte</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_Spreadsheet_StyleFormatApplyment_Alignment">Alignment</td>
        <td><p>Indicates whether the alignment formatting specified should be applied.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_StyleFormatApplyment_All">All</td>
        <td><p>Indicates that all formatting should be applied.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_StyleFormatApplyment_Border">Border</td>
        <td><p>Indicates whether the border formatting specified should be applied.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_StyleFormatApplyment_Fill">Fill</td>
        <td><p>Indicates whether the fill formatting specified should be applied.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_StyleFormatApplyment_Font">Font</td>
        <td><p>Indicates whether the font formatting specified should be applied.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_StyleFormatApplyment_None">None</td>
        <td><p>Indicates that no formatting should be applied.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_StyleFormatApplyment_NumberFormat">NumberFormat</td>
        <td><p>Indicates whether the number formatting specified should be applied.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_StyleFormatApplyment_Protection">Protection</td>
        <td><p>Indicates whether the protection formatting specified should be applied.</p>
</td>
      </tr>
    </tbody>
  </table>
</div>
