# C1.Win.FlexGrid.CellRange.DataDisplay

## Content

<div class="doc-site-dotnet-api-container">



<h1 id="C1_Win_FlexGrid_CellRange_DataDisplay_" data-uid="C1.Win.FlexGrid.CellRange.DataDisplay*">DataDisplay Property
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="C1_Win_FlexGrid_CellRange_DataDisplay_" data-uid="C1.Win.FlexGrid.CellRange.DataDisplay*"></a>
<h4 id="C1_Win_FlexGrid_CellRange_DataDisplay" data-uid="C1.Win.FlexGrid.CellRange.DataDisplay">DataDisplay</h4>
<div class="markdown level1 summary"><p>Gets the value in cell (<a class="xref" href="C1.Win.FlexGrid.CellRange.r1.html#C1_Win_FlexGrid_CellRange_r1">r1</a>, <a class="xref" href="C1.Win.FlexGrid.CellRange.c1.html#C1_Win_FlexGrid_CellRange_c1">c1</a>), formatted as a string.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">public string DataDisplay { get; }</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Public ReadOnly Property DataDisplay As String</code></pre>
</div>
<h5 id="C1_Win_FlexGrid_CellRange_DataDisplay_remarks">Remarks</h5>
<div class="markdown level1 remarks"><p>This property is similar to the <a class="xref" href="C1.Win.FlexGrid.CellRange.Clip.html#C1_Win_FlexGrid_CellRange_Clip">Clip</a> property, except <b>Clip</b>
returns a tab-delimited string containing data in the entire range, and <b>DataDisplay</b>
returns the contents of the first cell only (r1, c1).</p>
</div>
</div>
