# FarPoint.Win.Spread.Model.FormulaRestrictedCondition

## Content

<div class="doc-site-dotnet-api-container">




  <h1 id="FarPoint_Win_Spread_Model_FormulaRestrictedCondition" data-uid="FarPoint.Win.Spread.Model.FormulaRestrictedCondition" class="text-break">FormulaRestrictedCondition Enum
</h1>
  <div class="markdown level0 summary"><p>Specifies the formula restrictions.</p>
</div>
  <div class="markdown level0 conceptual"></div>
  <h6><strong>Namespace</strong>: <a class="xref" href="FarPoint.Win.Spread.Model.html">FarPoint.Win.Spread.Model</a></h6>
  <h6><strong>Assembly</strong>: FarPoint.Win.Spread.dll</h6>
  <h5 id="FarPoint_Win_Spread_Model_FormulaRestrictedCondition_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">[Flags]
public enum FormulaRestrictedCondition</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">&lt;Flags&gt;
Public Enum FormulaRestrictedCondition</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_Model_FormulaRestrictedCondition_ArrayExpression">ArrayExpression</td>
        <td><p>Specifies array formulas.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_Model_FormulaRestrictedCondition_CustomName">CustomName</td>
        <td><p>Specifies custom names only.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_Model_FormulaRestrictedCondition_MultiRangeExpression">MultiRangeExpression</td>
        <td><p>Specifies multi-range formulas.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_Model_FormulaRestrictedCondition_None">None</td>
        <td><p>Specifies no restrictions.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_Model_FormulaRestrictedCondition_RangeResult">RangeResult</td>
        <td><p>Specifies formulas that directly refer to a cell range or a custom name that directly refers to a cell range.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_Model_FormulaRestrictedCondition_RelativeFormula">RelativeFormula</td>
        <td><p>Specifies relative formulas only.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_Model_FormulaRestrictedCondition_SuppressCustomName">SuppressCustomName</td>
        <td><p>Indicates that the expression, referred to by a custom name, will not be restricted.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_Model_FormulaRestrictedCondition_Table">Table</td>
        <td><p>Specifies formulas that directly refer to a table.</p>
</td>
      </tr>
    </tbody>
  </table>
</div>
