# GrapeCity.Spreadsheet.IConditionValue

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="GrapeCity_Spreadsheet_IConditionValue" data-uid="GrapeCity.Spreadsheet.IConditionValue" class="text-break">IConditionValue Interface
</h1>
  <div class="markdown level0 summary"><p>Represents how the shortest bar or longest bar is evaluated for a data bar conditional formatting rule.</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_IConditionValue_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public interface IConditionValue</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Interface IConditionValue</code></pre>
  </div>
  <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_IConditionValue_Type" data-uid="GrapeCity.Spreadsheet.IConditionValue.Type">
          <a class="xref" href="GrapeCity.Spreadsheet.IConditionValue.Type.html#GrapeCity_Spreadsheet_IConditionValue_Type">Type</a>
        </td>
        <td class="markdown level1 summary"><p>Gets one of the constants of the XlConditionValueTypes enumeration, which specifies how the threshold values for a data bar, color scale, or icon set conditional format are determined.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_IConditionValue_Value" data-uid="GrapeCity.Spreadsheet.IConditionValue.Value">
          <a class="xref" href="GrapeCity.Spreadsheet.IConditionValue.Value.html#GrapeCity_Spreadsheet_IConditionValue_Value">Value</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the shortest bar or longest bar threshold value for a data bar conditional format.</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_IConditionValue_Modify_GrapeCity_Spreadsheet_CfValueType_System_Double_" data-uid="GrapeCity.Spreadsheet.IConditionValue.Modify(GrapeCity.Spreadsheet.CfValueType,System.Double)">
          <a class="xref" href="GrapeCity.Spreadsheet.IConditionValue.Modify.html#GrapeCity_Spreadsheet_IConditionValue_Modify_GrapeCity_Spreadsheet_CfValueType_System_Double_">Modify(CfValueType, double)</a>
        </td>
        <td class="markdown level1 summary"><p>Modifies the data of this condition value.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_IConditionValue_Modify_GrapeCity_Spreadsheet_CfValueType_System_String_" data-uid="GrapeCity.Spreadsheet.IConditionValue.Modify(GrapeCity.Spreadsheet.CfValueType,System.String)">
          <a class="xref" href="GrapeCity.Spreadsheet.IConditionValue.Modify.html#GrapeCity_Spreadsheet_IConditionValue_Modify_GrapeCity_Spreadsheet_CfValueType_System_String_">Modify(CfValueType, string)</a>
        </td>
        <td class="markdown level1 summary"><p>Modifies the data of this condition value.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
