# C1.Win.FlexGrid.CellRange.Data

## Content

<div class="doc-site-dotnet-api-container">



<h1 id="C1_Win_FlexGrid_CellRange_Data_" data-uid="C1.Win.FlexGrid.CellRange.Data*">Data Property
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="C1_Win_FlexGrid_CellRange_Data_" data-uid="C1.Win.FlexGrid.CellRange.Data*"></a>
<h4 id="C1_Win_FlexGrid_CellRange_Data" data-uid="C1.Win.FlexGrid.CellRange.Data">Data</h4>
<div class="markdown level1 summary"><p>Gets or sets the data stored in the range.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">public object Data { get; set; }</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Public Property Data As Object</code></pre>
</div>
<h5 id="C1_Win_FlexGrid_CellRange_Data_remarks">Remarks</h5>
<div class="markdown level1 remarks"><p>When getting, this property returns the value in the first cell of
the range (r1, c1). When setting, it stores the given value in every
cell within the range.</p>
</div>
</div>
