# C1.C1Preview.UserCellGroup.Ranges

## Content

<div class="doc-site-dotnet-api-container">



<h1 id="C1_C1Preview_UserCellGroup_Ranges_" data-uid="C1.C1Preview.UserCellGroup.Ranges*">Ranges Property
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="C1_C1Preview_UserCellGroup_Ranges_" data-uid="C1.C1Preview.UserCellGroup.Ranges*"></a>
<h4 id="C1_C1Preview_UserCellGroup_Ranges" data-uid="C1.C1Preview.UserCellGroup.Ranges">Ranges</h4>
<div class="markdown level1 summary"><p>Gets an array of <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.drawing.rectangle">Rectangle</a> structures identifying all cells
included in the current group.
For details, <a class="xref" href="C1.C1Preview.UserCellGroup.-ctor.html#C1_C1Preview_UserCellGroup__ctor_System_Drawing_Rectangle_">UserCellGroup(Rectangle)</a>
(lone cells are represented by rectangles with both dimensions set to <b>1</b>).</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">public Rectangle[] Ranges { get; }</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Public ReadOnly Property Ranges As Rectangle()</code></pre>
</div>
</div>
