# GrapeCity.CalcEngine.IParameter.Value

## Content

<div class="doc-site-dotnet-api-container">



<h1 id="GrapeCity_CalcEngine_IParameter_Value_" data-uid="GrapeCity.CalcEngine.IParameter.Value*">Value Property
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="GrapeCity_CalcEngine_IParameter_Value_" data-uid="GrapeCity.CalcEngine.IParameter.Value*"></a>
<h4 id="GrapeCity_CalcEngine_IParameter_Value" data-uid="GrapeCity.CalcEngine.IParameter.Value">Value</h4>
<div class="markdown level1 summary"><p>Creates an <a class="xref" href="GrapeCity.CalcEngine.IValue.html">IValue</a> object that can be passed as argument of this parameter.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">IValue Value { get; }</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">ReadOnly Property Value As IValue</code></pre>
</div>
<h5 class="propertyValue">Property Value</h5>
<table class="table table-bordered table-condensed">
  <thead>
    <tr>
      <th>Type</th>
      <th>Description</th>
    </tr>
  </thead>
  <tbody>
    <tr>
      <td><a class="xref" href="GrapeCity.CalcEngine.IValue.html">IValue</a></td>
      <td><p>An <a class="xref" href="GrapeCity.CalcEngine.IValue.html">IValue</a> object that can be passed as argument of this parameter</p>
</td>
    </tr>
  </tbody>
</table>
</div>
