# FarPoint.Win.Spread.RangeElement-1.IntersecWith

## Content

<div class="doc-site-dotnet-api-container">



<h1 id="FarPoint_Win_Spread_RangeElement_1_IntersecWith_" data-uid="FarPoint.Win.Spread.RangeElement`1.IntersecWith*">IntersecWith Method
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="FarPoint_Win_Spread_RangeElement_1_IntersecWith_" data-uid="FarPoint.Win.Spread.RangeElement`1.IntersecWith*"></a>
<h4 id="FarPoint_Win_Spread_RangeElement_1_IntersecWith_FarPoint_Win_Spread_RangeElement__0__" data-uid="FarPoint.Win.Spread.RangeElement`1.IntersecWith(FarPoint.Win.Spread.RangeElement{`0})">IntersecWith(RangeElement&lt;T&gt;)</h4>
<div class="markdown level1 summary"><p>Intersects with the <a class="xref" href="FarPoint.Win.Spread.RangeElement-1.html">RangeElement&lt;T&gt;</a> object.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">public RangeElement&lt;T&gt; IntersecWith(RangeElement&lt;T&gt; element)</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Public Function IntersecWith(element As RangeElement(Of T)) As RangeElement(Of T)</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="FarPoint.Win.Spread.RangeElement-1.html">RangeElement</a>&lt;T&gt;</td>
      <td><span class="parametername">element</span></td>
      <td><p>The <a class="xref" href="FarPoint.Win.Spread.RangeElement-1.html">RangeElement&lt;T&gt;</a> object to intersect with</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="FarPoint.Win.Spread.RangeElement-1.html">RangeElement</a>&lt;T&gt;</td>
      <td><p>A new <a class="xref" href="FarPoint.Win.Spread.RangeElement-1.html">RangeElement&lt;T&gt;</a> object that is the intersection of the cell ranges of two objects<br>
and also contains the elements of both objects, including the cell ranges.</p>
</td>
    </tr>
  </tbody>
</table>
</div>
