# C1.WPF.Grid.GridControlRange.-ctor

## Content

<div class="doc-site-dotnet-api-container">



<h1 id="C1_WPF_Grid_GridControlRange__ctor_" data-uid="C1.WPF.Grid.GridControlRange.#ctor*">GridControlRange Constructor
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="C1_WPF_Grid_GridControlRange__ctor_" data-uid="C1.WPF.Grid.GridControlRange.#ctor*"></a>
<h4 id="C1_WPF_Grid_GridControlRange__ctor_System_Int32_System_Int32_System_Int32_System_Int32_" data-uid="C1.WPF.Grid.GridControlRange.#ctor(System.Int32,System.Int32,System.Int32,System.Int32)">GridControlRange(int, int, int, int)</h4>
<div class="markdown level1 summary"><p>Initializes a new instance of <a class="xref" href="C1.WPF.Grid.GridControlRange.html">GridControlRange</a>.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">public GridControlRange(int row, int column, int rowsCount, int columnsCount)</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Public Sub New(row As Integer, column As Integer, rowsCount As Integer, columnsCount As Integer)</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="https://learn.microsoft.com/dotnet/api/system.int32">int</a></td>
      <td><span class="parametername">row</span></td>
      <td><p>The starting row.</p>
</td>
    </tr>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.int32">int</a></td>
      <td><span class="parametername">column</span></td>
      <td><p>The starting column.</p>
</td>
    </tr>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.int32">int</a></td>
      <td><span class="parametername">rowsCount</span></td>
      <td><p>The number of rows.</p>
</td>
    </tr>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.int32">int</a></td>
      <td><span class="parametername">columnsCount</span></td>
      <td><p>The number of columns.</p>
</td>
    </tr>
  </tbody>
</table>


<a id="C1_WPF_Grid_GridControlRange__ctor_" data-uid="C1.WPF.Grid.GridControlRange.#ctor*"></a>
<h4 id="C1_WPF_Grid_GridControlRange__ctor_System_Int32_System_Int32_" data-uid="C1.WPF.Grid.GridControlRange.#ctor(System.Int32,System.Int32)">GridControlRange(int, int)</h4>
<div class="markdown level1 summary"><p>Initializes a new instance of <a class="xref" href="C1.WPF.Grid.GridControlRange.html">GridControlRange</a> from a single cell specified by <code class="paramref">row</code> and <code class="paramref">column</code>.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">public GridControlRange(int row, int column)</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Public Sub New(row As Integer, column As Integer)</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="https://learn.microsoft.com/dotnet/api/system.int32">int</a></td>
      <td><span class="parametername">row</span></td>
      <td><p>The row.</p>
</td>
    </tr>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.int32">int</a></td>
      <td><span class="parametername">column</span></td>
      <td><p>The column.</p>
</td>
    </tr>
  </tbody>
</table>


<a id="C1_WPF_Grid_GridControlRange__ctor_" data-uid="C1.WPF.Grid.GridControlRange.#ctor*"></a>
<h4 id="C1_WPF_Grid_GridControlRange__ctor_C1_WPF_Grid_GridControlRange_" data-uid="C1.WPF.Grid.GridControlRange.#ctor(C1.WPF.Grid.GridControlRange)">GridControlRange(GridControlRange)</h4>
<div class="markdown level1 summary"><p>Initializes a new instance of <a class="xref" href="C1.WPF.Grid.GridControlRange.html">GridControlRange</a> from another range.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">public GridControlRange(GridControlRange range)</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Public Sub New(range As GridControlRange)</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.Grid.GridControlRange.html">GridControlRange</a></td>
      <td><span class="parametername">range</span></td>
      <td></td>
    </tr>
  </tbody>
</table>
</div>
