# GrapeCity.Spreadsheet.IColorScaleCriterion.Value

## Content

<div class="doc-site-dotnet-api-container">



<h1 id="GrapeCity_Spreadsheet_IColorScaleCriterion_Value_" data-uid="GrapeCity.Spreadsheet.IColorScaleCriterion.Value*">Value Property
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="GrapeCity_Spreadsheet_IColorScaleCriterion_Value_" data-uid="GrapeCity.Spreadsheet.IColorScaleCriterion.Value*"></a>
<h4 id="GrapeCity_Spreadsheet_IColorScaleCriterion_Value" data-uid="GrapeCity.Spreadsheet.IColorScaleCriterion.Value">Value</h4>
<div class="markdown level1 summary"><p>Gets or sets the minimum, midpoint, or maximum threshold value for a color scale conditional format.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">object Value { get; set; }</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Property Value As Object</code></pre>
</div>
<h5 id="GrapeCity_Spreadsheet_IColorScaleCriterion_Value_remarks">Remarks</h5>
<div class="markdown level1 remarks"><p>A string value represents the formula of the color scale criterion.</p>
<p>
An <a class="xref" href="../GrapeCity.CalcEngine/GrapeCity.CalcEngine.IReadonlyPrimitiveValue.html">IReadonlyPrimitiveValue</a> object represents the primitive value of the color scale criterion.
</p>
</div>
</div>
