# GrapeCity.Spreadsheet.SelectionChangeEventArgs

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="GrapeCity_Spreadsheet_SelectionChangeEventArgs" data-uid="GrapeCity.Spreadsheet.SelectionChangeEventArgs" class="text-break">SelectionChangeEventArgs Class
</h1>
  <div class="markdown level0 summary"><p>Represents the event arguments for the SelectionChange event.</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"><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.eventargs">EventArgs</a></div>
    <div class="level2"><span class="xref">SelectionChangeEventArgs</span></div>
  </div>
  <h6><strong>Namespace</strong>: <a class="xref" href="GrapeCity.Spreadsheet.html">GrapeCity.Spreadsheet</a></h6>
  <h6><strong>Assembly</strong>: GrapeCity.Spreadsheet.dll</h6>
  <h5 id="GrapeCity_Spreadsheet_SelectionChangeEventArgs_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class SelectionChangeEventArgs : EventArgs</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Class SelectionChangeEventArgs
    Inherits EventArgs</code></pre>
  </div>
  <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_Spreadsheet_SelectionChangeEventArgs_Range" data-uid="GrapeCity.Spreadsheet.SelectionChangeEventArgs.Range">
          <a class="xref" href="GrapeCity.Spreadsheet.SelectionChangeEventArgs.Range.html#GrapeCity_Spreadsheet_SelectionChangeEventArgs_Range">Range</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the range that represents the selected cells in the worksheet.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_SelectionChangeEventArgs_Worksheet" data-uid="GrapeCity.Spreadsheet.SelectionChangeEventArgs.Worksheet">
          <a class="xref" href="GrapeCity.Spreadsheet.SelectionChangeEventArgs.Worksheet.html#GrapeCity_Spreadsheet_SelectionChangeEventArgs_Worksheet">Worksheet</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the worksheet.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
