# FarPoint.Win.Spread.CellType.FractionDenominatorPrecision

## Content

<div class="doc-site-dotnet-api-container">




  <h1 id="FarPoint_Win_Spread_CellType_FractionDenominatorPrecision" data-uid="FarPoint.Win.Spread.CellType.FractionDenominatorPrecision" class="text-break">FractionDenominatorPrecision Enum
</h1>
  <div class="markdown level0 summary"><p>Specifies the precision of the fraction denominator for numeric cells that display as fractions.</p>
</div>
  <div class="markdown level0 conceptual"></div>
  <h6><strong>Namespace</strong>: <a class="xref" href="FarPoint.Win.Spread.CellType.html">FarPoint.Win.Spread.CellType</a></h6>
  <h6><strong>Assembly</strong>: FarPoint.Win.Spread.dll</h6>
  <h5 id="FarPoint_Win_Spread_CellType_FractionDenominatorPrecision_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public enum FractionDenominatorPrecision</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Enum FractionDenominatorPrecision</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_CellType_FractionDenominatorPrecision_Auto">Auto</td>
        <td><p>Sets the precision automatically.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_CellType_FractionDenominatorPrecision_Custom">Custom</td>
        <td><p>Sets the precision to a custom value.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_CellType_FractionDenominatorPrecision_Eighths">Eighths</td>
        <td><p>Sets the precision to eighths.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_CellType_FractionDenominatorPrecision_Halves">Halves</td>
        <td><p>Sets the precision to halves.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_CellType_FractionDenominatorPrecision_Hundredths">Hundredths</td>
        <td><p>Sets the precision to hundredths.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_CellType_FractionDenominatorPrecision_Quarters">Quarters</td>
        <td><p>Sets the precision to quarters.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_CellType_FractionDenominatorPrecision_Sixteenths">Sixteenths</td>
        <td><p>Sets the precision to sixteenths.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_CellType_FractionDenominatorPrecision_SixtyFourths">SixtyFourths</td>
        <td><p>Sets the precision to sixty-fourths.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_CellType_FractionDenominatorPrecision_Tenths">Tenths</td>
        <td><p>Sets the precision to tenths.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_CellType_FractionDenominatorPrecision_ThirtySeconds">ThirtySeconds</td>
        <td><p>Sets the precision to thirty-seconds.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_CellType_FractionDenominatorPrecision_Thousandths">Thousandths</td>
        <td><p>Sets the precision to thousandths.</p>
</td>
      </tr>
    </tbody>
  </table>
</div>
