# GrapeCity.Wpf.SpreadSheet.SelectionInfo

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="GrapeCity_Wpf_SpreadSheet_SelectionInfo" data-uid="GrapeCity.Wpf.SpreadSheet.SelectionInfo" class="text-break">SelectionInfo Class
</h1>
  <div class="markdown level0 summary"></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">SelectionInfo</span></div>
  </div>
  <h6><strong>Namespace</strong>: <a class="xref" href="GrapeCity.Wpf.SpreadSheet.html">GrapeCity.Wpf.SpreadSheet</a></h6>
  <h6><strong>Assembly</strong>: GrapeCity.Wpf.SpreadSheet.dll</h6>
  <h5 id="GrapeCity_Wpf_SpreadSheet_SelectionInfo_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public sealed class SelectionInfo</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public NotInheritable Class SelectionInfo</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="GrapeCity_Wpf_SpreadSheet_SelectionInfo__ctor" data-uid="GrapeCity.Wpf.SpreadSheet.SelectionInfo.#ctor">
          <a class="xref" href="GrapeCity.Wpf.SpreadSheet.SelectionInfo.-ctor.html#GrapeCity_Wpf_SpreadSheet_SelectionInfo__ctor">SelectionInfo()</a>
        </td>
        <td class="markdown level1 summary"></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="GrapeCity_Wpf_SpreadSheet_SelectionInfo_Column" data-uid="GrapeCity.Wpf.SpreadSheet.SelectionInfo.Column">
          <a class="xref" href="GrapeCity.Wpf.SpreadSheet.SelectionInfo.Column.html#GrapeCity_Wpf_SpreadSheet_SelectionInfo_Column">Column</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the zero based column number of the first column of this <a class="xref" href="GrapeCity.Wpf.SpreadSheet.RangeInfo.html">RangeInfo</a>.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Wpf_SpreadSheet_SelectionInfo_Column2" data-uid="GrapeCity.Wpf.SpreadSheet.SelectionInfo.Column2">
          <a class="xref" href="GrapeCity.Wpf.SpreadSheet.SelectionInfo.Column2.html#GrapeCity_Wpf_SpreadSheet_SelectionInfo_Column2">Column2</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the zero based column number of the last column of this <a class="xref" href="GrapeCity.Wpf.SpreadSheet.RangeInfo.html">RangeInfo</a>.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Wpf_SpreadSheet_SelectionInfo_Row" data-uid="GrapeCity.Wpf.SpreadSheet.SelectionInfo.Row">
          <a class="xref" href="GrapeCity.Wpf.SpreadSheet.SelectionInfo.Row.html#GrapeCity_Wpf_SpreadSheet_SelectionInfo_Row">Row</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the zero based row number of the first row of this <a class="xref" href="GrapeCity.Wpf.SpreadSheet.RangeInfo.html">RangeInfo</a>.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Wpf_SpreadSheet_SelectionInfo_Row2" data-uid="GrapeCity.Wpf.SpreadSheet.SelectionInfo.Row2">
          <a class="xref" href="GrapeCity.Wpf.SpreadSheet.SelectionInfo.Row2.html#GrapeCity_Wpf_SpreadSheet_SelectionInfo_Row2">Row2</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the zero based row number of the last row of this <a class="xref" href="GrapeCity.Wpf.SpreadSheet.RangeInfo.html">RangeInfo</a>.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
