# GrapeCity.Spreadsheet.CfValue

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="GrapeCity_Spreadsheet_CfValue" data-uid="GrapeCity.Spreadsheet.CfValue" class="text-break">CfValue Struct
</h1>
  <div class="markdown level0 summary"><p>Represents a conditional formatting value.</p>
</div>
  <div class="markdown level0 conceptual"></div>
  <div class="implements">
    <h5>Implements</h5>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.iequatable-1">IEquatable</a>&lt;<a class="xref" href="GrapeCity.Spreadsheet.CfValue.html">CfValue</a>&gt;</div>
  </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_CfValue_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public struct CfValue : IEquatable&lt;CfValue&gt;</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Structure CfValue
    Implements IEquatable(Of CfValue)</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>
    <tbody>
      <tr>
        <td id="GrapeCity_Spreadsheet_CfValue_AutoMax" data-uid="GrapeCity.Spreadsheet.CfValue.AutoMax">
          <a class="xref" href="GrapeCity.Spreadsheet.CfValue.AutoMax.html">AutoMax</a>
        </td>
        <td class="markdown level1 summary"><p>Represents a min, max, autoMin, autoMax, average, stdev <a class="xref" href="GrapeCity.Spreadsheet.CfValue.html">CfValue</a> value.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_CfValue_AutoMin" data-uid="GrapeCity.Spreadsheet.CfValue.AutoMin">
          <a class="xref" href="GrapeCity.Spreadsheet.CfValue.AutoMin.html">AutoMin</a>
        </td>
        <td class="markdown level1 summary"><p>Represents a min, max, autoMin, autoMax, average, stdev <a class="xref" href="GrapeCity.Spreadsheet.CfValue.html">CfValue</a> value.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_CfValue_Average" data-uid="GrapeCity.Spreadsheet.CfValue.Average">
          <a class="xref" href="GrapeCity.Spreadsheet.CfValue.Average.html">Average</a>
        </td>
        <td class="markdown level1 summary"><p>Represents a min, max, autoMin, autoMax, average, stdev <a class="xref" href="GrapeCity.Spreadsheet.CfValue.html">CfValue</a> value.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_CfValue_Max" data-uid="GrapeCity.Spreadsheet.CfValue.Max">
          <a class="xref" href="GrapeCity.Spreadsheet.CfValue.Max.html">Max</a>
        </td>
        <td class="markdown level1 summary"><p>Represents a min, max, autoMin, autoMax, average, stdev <a class="xref" href="GrapeCity.Spreadsheet.CfValue.html">CfValue</a> value.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_CfValue_Min" data-uid="GrapeCity.Spreadsheet.CfValue.Min">
          <a class="xref" href="GrapeCity.Spreadsheet.CfValue.Min.html">Min</a>
        </td>
        <td class="markdown level1 summary"><p>Represents a min, max, autoMin, autoMax, average, stdev <a class="xref" href="GrapeCity.Spreadsheet.CfValue.html">CfValue</a> value.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_CfValue_Stdev" data-uid="GrapeCity.Spreadsheet.CfValue.Stdev">
          <a class="xref" href="GrapeCity.Spreadsheet.CfValue.Stdev.html">Stdev</a>
        </td>
        <td class="markdown level1 summary"><p>Represents a min, max, autoMin, autoMax, average, stdev <a class="xref" href="GrapeCity.Spreadsheet.CfValue.html">CfValue</a> value.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_CfValue_Undefined" data-uid="GrapeCity.Spreadsheet.CfValue.Undefined">
          <a class="xref" href="GrapeCity.Spreadsheet.CfValue.Undefined.html">Undefined</a>
        </td>
        <td class="markdown level1 summary"><p>Represents an undefined <a class="xref" href="GrapeCity.Spreadsheet.CfValue.html">CfValue</a> value.</p>
</td>
      </tr>
    </tbody>
  </table>
  <h3 id="properties">Properties
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td id="GrapeCity_Spreadsheet_CfValue_GreaterThanOrEquals" data-uid="GrapeCity.Spreadsheet.CfValue.GreaterThanOrEquals">
          <a class="xref" href="GrapeCity.Spreadsheet.CfValue.GreaterThanOrEquals.html#GrapeCity_Spreadsheet_CfValue_GreaterThanOrEquals">GreaterThanOrEquals</a>
        </td>
        <td class="markdown level1 summary"><p>Gets a boolean value indicates whether this <a class="xref" href="GrapeCity.Spreadsheet.CfValue.html">CfValue</a> will be compared using greater than or equals operator.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_CfValue_Value" data-uid="GrapeCity.Spreadsheet.CfValue.Value">
          <a class="xref" href="GrapeCity.Spreadsheet.CfValue.Value.html#GrapeCity_Spreadsheet_CfValue_Value">Value</a>
        </td>
        <td class="markdown level1 summary"><p>Gets an <a class="xref" href="../GrapeCity.CalcEngine/GrapeCity.CalcEngine.IReadonlyPrimitiveValue.html">IReadonlyPrimitiveValue</a> object represent the primitive value of this <a class="xref" href="GrapeCity.Spreadsheet.CfValue.html">CfValue</a>.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_CfValue_ValueType" data-uid="GrapeCity.Spreadsheet.CfValue.ValueType">
          <a class="xref" href="GrapeCity.Spreadsheet.CfValue.ValueType.html#GrapeCity_Spreadsheet_CfValue_ValueType">ValueType</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the type of this conditional formatting value.</p>
</td>
      </tr>
    </tbody>
  </table>
  <h3 id="methods">Methods
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td id="GrapeCity_Spreadsheet_CfValue_Equals_GrapeCity_Spreadsheet_CfValue_" data-uid="GrapeCity.Spreadsheet.CfValue.Equals(GrapeCity.Spreadsheet.CfValue)">
          <a class="xref" href="GrapeCity.Spreadsheet.CfValue.Equals.html#GrapeCity_Spreadsheet_CfValue_Equals_GrapeCity_Spreadsheet_CfValue_">Equals(CfValue)</a>
        </td>
        <td class="markdown level1 summary"><p>Indicates whether the current object is equal to another object of the same type.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_CfValue_Equals_System_Object_" data-uid="GrapeCity.Spreadsheet.CfValue.Equals(System.Object)">
          <a class="xref" href="GrapeCity.Spreadsheet.CfValue.Equals.html#GrapeCity_Spreadsheet_CfValue_Equals_System_Object_">Equals(object)</a>
        </td>
        <td class="markdown level1 summary"><p>Determines whether the specified <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object">object</a> is equal to this instance.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_CfValue_FromFormula_System_String_GrapeCity_Spreadsheet_CfValueType_GrapeCity_CalcEngine_FormulaEngine_" data-uid="GrapeCity.Spreadsheet.CfValue.FromFormula(System.String,GrapeCity.Spreadsheet.CfValueType,GrapeCity.CalcEngine.FormulaEngine)">
          <a class="xref" href="GrapeCity.Spreadsheet.CfValue.FromFormula.html#GrapeCity_Spreadsheet_CfValue_FromFormula_System_String_GrapeCity_Spreadsheet_CfValueType_GrapeCity_CalcEngine_FormulaEngine_">FromFormula(string, CfValueType, FormulaEngine)</a>
        </td>
        <td class="markdown level1 summary"><p>Create a conditional formatting value using the specified formula.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_CfValue_FromPercent_System_Double_" data-uid="GrapeCity.Spreadsheet.CfValue.FromPercent(System.Double)">
          <a class="xref" href="GrapeCity.Spreadsheet.CfValue.FromPercent.html#GrapeCity_Spreadsheet_CfValue_FromPercent_System_Double_">FromPercent(double)</a>
        </td>
        <td class="markdown level1 summary"><p>Create a percentage conditional formatting value.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_CfValue_FromPercent_System_String_GrapeCity_CalcEngine_FormulaEngine_" data-uid="GrapeCity.Spreadsheet.CfValue.FromPercent(System.String,GrapeCity.CalcEngine.FormulaEngine)">
          <a class="xref" href="GrapeCity.Spreadsheet.CfValue.FromPercent.html#GrapeCity_Spreadsheet_CfValue_FromPercent_System_String_GrapeCity_CalcEngine_FormulaEngine_">FromPercent(string, FormulaEngine)</a>
        </td>
        <td class="markdown level1 summary"><p>Create a percentage conditional formatting value.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_CfValue_FromPercentile_System_Double_" data-uid="GrapeCity.Spreadsheet.CfValue.FromPercentile(System.Double)">
          <a class="xref" href="GrapeCity.Spreadsheet.CfValue.FromPercentile.html#GrapeCity_Spreadsheet_CfValue_FromPercentile_System_Double_">FromPercentile(double)</a>
        </td>
        <td class="markdown level1 summary"><p>Create a percentile conditional formatting value.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_CfValue_FromPrimitiveValue_System_Double_GrapeCity_Spreadsheet_CfValueType_" data-uid="GrapeCity.Spreadsheet.CfValue.FromPrimitiveValue(System.Double,GrapeCity.Spreadsheet.CfValueType)">
          <a class="xref" href="GrapeCity.Spreadsheet.CfValue.FromPrimitiveValue.html#GrapeCity_Spreadsheet_CfValue_FromPrimitiveValue_System_Double_GrapeCity_Spreadsheet_CfValueType_">FromPrimitiveValue(double, CfValueType)</a>
        </td>
        <td class="markdown level1 summary"><p>Create a conditional formatting value using the specified numeric value.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_CfValue_FromPrimitiveValue_System_String_" data-uid="GrapeCity.Spreadsheet.CfValue.FromPrimitiveValue(System.String)">
          <a class="xref" href="GrapeCity.Spreadsheet.CfValue.FromPrimitiveValue.html#GrapeCity_Spreadsheet_CfValue_FromPrimitiveValue_System_String_">FromPrimitiveValue(string)</a>
        </td>
        <td class="markdown level1 summary"><p>Create a conditional formatting value using the specified string value.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_CfValue_GetFormula_GrapeCity_CalcEngine_FormulaEngine_" data-uid="GrapeCity.Spreadsheet.CfValue.GetFormula(GrapeCity.CalcEngine.FormulaEngine)">
          <a class="xref" href="GrapeCity.Spreadsheet.CfValue.GetFormula.html#GrapeCity_Spreadsheet_CfValue_GetFormula_GrapeCity_CalcEngine_FormulaEngine_">GetFormula(FormulaEngine)</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the formula text of this <a class="xref" href="GrapeCity.Spreadsheet.CfValue.html">CfValue</a>.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_CfValue_GetHashCode" data-uid="GrapeCity.Spreadsheet.CfValue.GetHashCode">
          <a class="xref" href="GrapeCity.Spreadsheet.CfValue.GetHashCode.html#GrapeCity_Spreadsheet_CfValue_GetHashCode">GetHashCode()</a>
        </td>
        <td class="markdown level1 summary"><p>Returns a hash code for this instance.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_CfValue_IsUndefined" data-uid="GrapeCity.Spreadsheet.CfValue.IsUndefined">
          <a class="xref" href="GrapeCity.Spreadsheet.CfValue.IsUndefined.html#GrapeCity_Spreadsheet_CfValue_IsUndefined">IsUndefined()</a>
        </td>
        <td class="markdown level1 summary"><p>Gets a boolean value indicating whether this <a class="xref" href="GrapeCity.Spreadsheet.CfValue.html">CfValue</a> is undefined.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_CfValue_ToGreaterThanOnly_GrapeCity_Spreadsheet_CfValue__" data-uid="GrapeCity.Spreadsheet.CfValue.ToGreaterThanOnly(GrapeCity.Spreadsheet.CfValue@)">
          <a class="xref" href="GrapeCity.Spreadsheet.CfValue.ToGreaterThanOnly.html#GrapeCity_Spreadsheet_CfValue_ToGreaterThanOnly_GrapeCity_Spreadsheet_CfValue__">ToGreaterThanOnly(ref CfValue)</a>
        </td>
        <td class="markdown level1 summary"><p>Ensures that the <a class="xref" href="GrapeCity.Spreadsheet.CfValue.html">CfValue</a> will use greater-than when applying conditional formatting rules.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
