# C1.WPF.FlexGrid.RowCollection.GetDataItems

## Content

<div class="doc-site-dotnet-api-container">



<h1 id="C1_WPF_FlexGrid_RowCollection_GetDataItems_" data-uid="C1.WPF.FlexGrid.RowCollection.GetDataItems*">GetDataItems Method
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="C1_WPF_FlexGrid_RowCollection_GetDataItems_" data-uid="C1.WPF.FlexGrid.RowCollection.GetDataItems*"></a>
<h4 id="C1_WPF_FlexGrid_RowCollection_GetDataItems_C1_WPF_FlexGrid_CellRange_" data-uid="C1.WPF.FlexGrid.RowCollection.GetDataItems(C1.WPF.FlexGrid.CellRange)">GetDataItems(CellRange)</h4>
<div class="markdown level1 summary"><p>Gets a collection of data items in a given <a class="xref" href="C1.WPF.FlexGrid.CellRange.html">CellRange</a>.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">public IEnumerable GetDataItems(CellRange rng)</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Public Function GetDataItems(rng As CellRange) As IEnumerable</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-condensed">
  <thead>
    <tr>
      <th>Type</th>
      <th>Name</th>
      <th>Description</th>
    </tr>
  </thead>
  <tbody>
    <tr>
      <td><a class="xref" href="C1.WPF.FlexGrid.CellRange.html">CellRange</a></td>
      <td><span class="parametername">rng</span></td>
      <td><pre><code>&lt;xref href=&quot;C1.WPF.FlexGrid.CellRange&quot; data-throw-if-not-resolved=&quot;false&quot;&gt;&lt;/xref&gt; that specifies the rows 
</code></pre>
<p>for which to return data items.</p>
</td>
    </tr>
  </tbody>
</table>
<h5 class="returns">Returns</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="https://learn.microsoft.com/dotnet/api/system.collections.ienumerable">IEnumerable</a></td>
      <td><p>A collection of data items in the given cell range.</p>
</td>
    </tr>
  </tbody>
</table>
</div>
