# C1.WPF.FlexGrid.CellFormat

## Content

<div class="doc-site-dotnet-api-container">




  <h1 id="C1_WPF_FlexGrid_CellFormat" data-uid="C1.WPF.FlexGrid.CellFormat" class="text-break">CellFormat Enum
</h1>
  <div class="markdown level0 summary"><p>Provide formats can be set.</p>
</div>
  <div class="markdown level0 conceptual"></div>
  <h6><strong>Namespace</strong>: <a class="xref" href="C1.WPF.FlexGrid.html">C1.WPF.FlexGrid</a></h6>
  <h6><strong>Assembly</strong>: C1.WPF.FlexSheet.4.6.2.dll</h6>
  <h5 id="C1_WPF_FlexGrid_CellFormat_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public enum CellFormat</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Enum CellFormat</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="C1_WPF_FlexGrid_CellFormat_Background">Background</td>
        <td><p>Background format</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_FlexGrid_CellFormat_BorderBrush">BorderBrush</td>
        <td><p>BorderBrush format</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_FlexGrid_CellFormat_BorderThickness">BorderThickness</td>
        <td></td>
      </tr>
      <tr>
        <td id="C1_WPF_FlexGrid_CellFormat_CornerRadius">CornerRadius</td>
        <td><p>CornerRadius format</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_FlexGrid_CellFormat_FontFamily">FontFamily</td>
        <td><p>FontFamily format</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_FlexGrid_CellFormat_FontSize">FontSize</td>
        <td><p>FontSize format</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_FlexGrid_CellFormat_FontStyle">FontStyle</td>
        <td><p>FontStyle format</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_FlexGrid_CellFormat_FontWeight">FontWeight</td>
        <td><p>FontWeight format</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_FlexGrid_CellFormat_Foreground">Foreground</td>
        <td><p>Foreground format</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_FlexGrid_CellFormat_HorizontalAlignment">HorizontalAlignment</td>
        <td><p>HorizontalAlignment format</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_FlexGrid_CellFormat_Orientation">Orientation</td>
        <td><p>Orientation format</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_FlexGrid_CellFormat_Tag">Tag</td>
        <td><p>Tag format</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_FlexGrid_CellFormat_TextDecorations">TextDecorations</td>
        <td><p>TextDecorations format</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_FlexGrid_CellFormat_TextTrimming">TextTrimming</td>
        <td><p>TextTrimming format</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_FlexGrid_CellFormat_TextWrapping">TextWrapping</td>
        <td><p>TextWrapping format</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_FlexGrid_CellFormat_VerticalAlignment">VerticalAlignment</td>
        <td><p>VerticalAlignment format</p>
</td>
      </tr>
    </tbody>
  </table>
</div>
