# C1.WPF.Excel.XLCell.Value

## Content

<div class="doc-site-dotnet-api-container">



<h1 id="C1_WPF_Excel_XLCell_Value_" data-uid="C1.WPF.Excel.XLCell.Value*">Value Property
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="C1_WPF_Excel_XLCell_Value_" data-uid="C1.WPF.Excel.XLCell.Value*"></a>
<h4 id="C1_WPF_Excel_XLCell_Value" data-uid="C1.WPF.Excel.XLCell.Value">Value</h4>
<div class="markdown level1 summary"><p>Gets or sets the value stored in the cell.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">public object Value { get; set; }</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Public Property Value As Object</code></pre>
</div>
<h5 id="C1_WPF_Excel_XLCell_Value_remarks">Remarks</h5>
<div class="markdown level1 remarks"><pre><code>&lt;p&gt;The value may contain strings, numeric, Boolean, DateTime, or
</code></pre>
<p>null objects. Other types of objects cannot be saved in Excel files.</p>
<p>DateTime values are internally converted into doubles,
and stored in the sheet as such. The only way to tell the difference
between a DateTime value and a double in Excel is by way of the
format associated with the cell (<a class="xref" href="C1.WPF.Excel.XLStyle.Format.html#C1_WPF_Excel_XLStyle_Format">Format</a> property).</p>

</div>
</div>
