# GrapeCity.Spreadsheet.CellClickEventArgs

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="GrapeCity_Spreadsheet_CellClickEventArgs" data-uid="GrapeCity.Spreadsheet.CellClickEventArgs" class="text-break">CellClickEventArgs Class
</h1>
  <div class="markdown level0 summary"><p>Represents the event arguments for the CellClick 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">CellClickEventArgs</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_CellClickEventArgs_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class CellClickEventArgs : EventArgs</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Class CellClickEventArgs
    Inherits EventArgs</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_Spreadsheet_CellClickEventArgs__ctor_GrapeCity_Spreadsheet_IWorksheet_System_Int32_System_Int32_" data-uid="GrapeCity.Spreadsheet.CellClickEventArgs.#ctor(GrapeCity.Spreadsheet.IWorksheet,System.Int32,System.Int32)">
          <a class="xref" href="GrapeCity.Spreadsheet.CellClickEventArgs.-ctor.html#GrapeCity_Spreadsheet_CellClickEventArgs__ctor_GrapeCity_Spreadsheet_IWorksheet_System_Int32_System_Int32_">CellClickEventArgs(IWorksheet, int, int)</a>
        </td>
        <td class="markdown level1 summary"><p>Initializes a new instance of the <a class="xref" href="GrapeCity.Spreadsheet.CellClickEventArgs.html">CellClickEventArgs</a> class.</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="GrapeCity_Spreadsheet_CellClickEventArgs_Column" data-uid="GrapeCity.Spreadsheet.CellClickEventArgs.Column">
          <a class="xref" href="GrapeCity.Spreadsheet.CellClickEventArgs.Column.html#GrapeCity_Spreadsheet_CellClickEventArgs_Column">Column</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the column index of the clicked cell.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_CellClickEventArgs_Row" data-uid="GrapeCity.Spreadsheet.CellClickEventArgs.Row">
          <a class="xref" href="GrapeCity.Spreadsheet.CellClickEventArgs.Row.html#GrapeCity_Spreadsheet_CellClickEventArgs_Row">Row</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the column index of the clicked cell.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_CellClickEventArgs_Worksheet" data-uid="GrapeCity.Spreadsheet.CellClickEventArgs.Worksheet">
          <a class="xref" href="GrapeCity.Spreadsheet.CellClickEventArgs.Worksheet.html#GrapeCity_Spreadsheet_CellClickEventArgs_Worksheet">Worksheet</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the worksheet that supports cell click events.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
