# C1.C1Excel.XLRange

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_C1Excel_XLRange" data-uid="C1.C1Excel.XLRange" class="text-break">XLRange Class
</h1>
  <div class="markdown level0 summary"><p>The simple cell range.</p>
</div>
  <div class="markdown level0 conceptual"></div>
  <div class="inheritance">
    <h5>Inheritance</h5>
    <div class="level0"><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object">object</a></div>
    <div class="level1"><span class="xref">XLRange</span></div>
  </div>
  <h6><strong>Namespace</strong>: <a class="xref" href="C1.C1Excel.html">C1.C1Excel</a></h6>
  <h6><strong>Assembly</strong>: C1.C1Excel.4.8.dll</h6>
  <h5 id="C1_C1Excel_XLRange_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class XLRange</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Class XLRange</code></pre>
  </div>
  <h3 id="constructors">Constructors
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td id="C1_C1Excel_XLRange__ctor_System_Int32_System_Int32_" data-uid="C1.C1Excel.XLRange.#ctor(System.Int32,System.Int32)">
          <a class="xref" href="C1.C1Excel.XLRange.-ctor.html#C1_C1Excel_XLRange__ctor_System_Int32_System_Int32_">XLRange(int, int)</a>
        </td>
        <td class="markdown level1 summary"><p>Initialization range.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Excel_XLRange__ctor_System_Int32_System_Int32_System_Int32_System_Int32_" data-uid="C1.C1Excel.XLRange.#ctor(System.Int32,System.Int32,System.Int32,System.Int32)">
          <a class="xref" href="C1.C1Excel.XLRange.-ctor.html#C1_C1Excel_XLRange__ctor_System_Int32_System_Int32_System_Int32_System_Int32_">XLRange(int, int, int, int)</a>
        </td>
        <td class="markdown level1 summary"><p>Initialization range.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Excel_XLRange__ctor_System_String_C1_C1Excel_XLReferenceMode_" data-uid="C1.C1Excel.XLRange.#ctor(System.String,C1.C1Excel.XLReferenceMode)">
          <a class="xref" href="C1.C1Excel.XLRange.-ctor.html#C1_C1Excel_XLRange__ctor_System_String_C1_C1Excel_XLReferenceMode_">XLRange(string, XLReferenceMode)</a>
        </td>
        <td class="markdown level1 summary"><p>Initialization range.</p>
</td>
      </tr>
    </tbody>
  </table>
  <h3 id="properties">Properties
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td id="C1_C1Excel_XLRange_ColumnFirst" data-uid="C1.C1Excel.XLRange.ColumnFirst">
          <a class="xref" href="C1.C1Excel.XLRange.ColumnFirst.html#C1_C1Excel_XLRange_ColumnFirst">ColumnFirst</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the index of the left column in the range.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Excel_XLRange_ColumnLast" data-uid="C1.C1Excel.XLRange.ColumnLast">
          <a class="xref" href="C1.C1Excel.XLRange.ColumnLast.html#C1_C1Excel_XLRange_ColumnLast">ColumnLast</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the index of the right column in the range.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Excel_XLRange_RowFirst" data-uid="C1.C1Excel.XLRange.RowFirst">
          <a class="xref" href="C1.C1Excel.XLRange.RowFirst.html#C1_C1Excel_XLRange_RowFirst">RowFirst</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the index of the top row in the range.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Excel_XLRange_RowLast" data-uid="C1.C1Excel.XLRange.RowLast">
          <a class="xref" href="C1.C1Excel.XLRange.RowLast.html#C1_C1Excel_XLRange_RowLast">RowLast</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the index of the bottom row in the range.</p>
</td>
      </tr>
    </tbody>
  </table>
  <h3 id="methods">Methods
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td id="C1_C1Excel_XLRange_Clone" data-uid="C1.C1Excel.XLRange.Clone">
          <a class="xref" href="C1.C1Excel.XLRange.Clone.html#C1_C1Excel_XLRange_Clone">Clone()</a>
        </td>
        <td class="markdown level1 summary"><p>Creates a new <a class="xref" href="C1.C1Excel.XLRange.html">XLRange</a> object that is a copy of the current instance.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Excel_XLRange_Equals_System_Object_" data-uid="C1.C1Excel.XLRange.Equals(System.Object)">
          <a class="xref" href="C1.C1Excel.XLRange.Equals.html#C1_C1Excel_XLRange_Equals_System_Object_">Equals(object)</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="C1_C1Excel_XLRange_GetHashCode" data-uid="C1.C1Excel.XLRange.GetHashCode">
          <a class="xref" href="C1.C1Excel.XLRange.GetHashCode.html#C1_C1Excel_XLRange_GetHashCode">GetHashCode()</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="C1_C1Excel_XLRange_ToString" data-uid="C1.C1Excel.XLRange.ToString">
          <a class="xref" href="C1.C1Excel.XLRange.ToString.html#C1_C1Excel_XLRange_ToString">ToString()</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
    </tbody>
  </table>

</div>
