# C1.Web.Mvc.Sheet.DefinedName.Value

## Content

<div class="doc-site-dotnet-api-container">



<h1 id="C1_Web_Mvc_Sheet_DefinedName_Value_" data-uid="C1.Web.Mvc.Sheet.DefinedName.Value*">Value Property
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="C1_Web_Mvc_Sheet_DefinedName_Value_" data-uid="C1.Web.Mvc.Sheet.DefinedName.Value*"></a>
<h4 id="C1_Web_Mvc_Sheet_DefinedName_Value" data-uid="C1.Web.Mvc.Sheet.DefinedName.Value">Value</h4>
<div class="markdown level1 summary"><p>The value of the defined name item.
The value could be a formula, a string constant or a cell range.
For e.g. &quot;Sum(1, 2, 3)&quot;, &quot;1.2&quot;, &quot;&quot;test&quot;&quot; or &quot;sheet1!A1:B2&quot;.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">public string Value { get; set; }</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Public Property Value As String</code></pre>
</div>
</div>
