# FarPoint.Win.Spread.CellClickEventArgs

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="FarPoint_Win_Spread_CellClickEventArgs" data-uid="FarPoint.Win.Spread.CellClickEventArgs" class="text-break">CellClickEventArgs Class
</h1>
  <div class="markdown level0 summary"><p>Represents the event data for the CellClick and CellDoubleClick events for the Spread component,
which occurs when the user clicks or double-clicks the mouse button with the pointer on a cell.</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="FarPoint.Win.Spread.html">FarPoint.Win.Spread</a></h6>
  <h6><strong>Assembly</strong>: FarPoint.Win.Spread.dll</h6>
  <h5 id="FarPoint_Win_Spread_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="FarPoint_Win_Spread_CellClickEventArgs__ctor_FarPoint_Win_Spread_SpreadView_System_Int32_System_Int32_System_Int32_System_Int32_System_Windows_Forms_MouseButtons_System_Boolean_System_Boolean_" data-uid="FarPoint.Win.Spread.CellClickEventArgs.#ctor(FarPoint.Win.Spread.SpreadView,System.Int32,System.Int32,System.Int32,System.Int32,System.Windows.Forms.MouseButtons,System.Boolean,System.Boolean)">
          <a class="xref" href="FarPoint.Win.Spread.CellClickEventArgs.-ctor.html#FarPoint_Win_Spread_CellClickEventArgs__ctor_FarPoint_Win_Spread_SpreadView_System_Int32_System_Int32_System_Int32_System_Int32_System_Windows_Forms_MouseButtons_System_Boolean_System_Boolean_">CellClickEventArgs(SpreadView, int, int, int, int, MouseButtons, bool, bool)</a>
        </td>
        <td class="markdown level1 summary"><p>Creates a new object with the CellClick event arguments.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_CellClickEventArgs__ctor_FarPoint_Win_Spread_SpreadView_System_Int32_System_Int32_System_Int32_System_Int32_System_Windows_Forms_MouseButtons_System_Boolean_System_Boolean_System_Boolean_" data-uid="FarPoint.Win.Spread.CellClickEventArgs.#ctor(FarPoint.Win.Spread.SpreadView,System.Int32,System.Int32,System.Int32,System.Int32,System.Windows.Forms.MouseButtons,System.Boolean,System.Boolean,System.Boolean)">
          <a class="xref" href="FarPoint.Win.Spread.CellClickEventArgs.-ctor.html#FarPoint_Win_Spread_CellClickEventArgs__ctor_FarPoint_Win_Spread_SpreadView_System_Int32_System_Int32_System_Int32_System_Int32_System_Windows_Forms_MouseButtons_System_Boolean_System_Boolean_System_Boolean_">CellClickEventArgs(SpreadView, int, int, int, int, MouseButtons, bool, bool, bool)</a>
        </td>
        <td class="markdown level1 summary"><p>Creates a new object with the CellClick event arguments.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_CellClickEventArgs__ctor_FarPoint_Win_Spread_SpreadView_System_Int32_System_Int32_System_Int32_System_Int32_System_Windows_Forms_MouseButtons_System_Boolean_System_Boolean_System_Boolean_System_Int32_System_Int32_" data-uid="FarPoint.Win.Spread.CellClickEventArgs.#ctor(FarPoint.Win.Spread.SpreadView,System.Int32,System.Int32,System.Int32,System.Int32,System.Windows.Forms.MouseButtons,System.Boolean,System.Boolean,System.Boolean,System.Int32,System.Int32)">
          <a class="xref" href="FarPoint.Win.Spread.CellClickEventArgs.-ctor.html#FarPoint_Win_Spread_CellClickEventArgs__ctor_FarPoint_Win_Spread_SpreadView_System_Int32_System_Int32_System_Int32_System_Int32_System_Windows_Forms_MouseButtons_System_Boolean_System_Boolean_System_Boolean_System_Int32_System_Int32_">CellClickEventArgs(SpreadView, int, int, int, int, MouseButtons, bool, bool, bool, int, int)</a>
        </td>
        <td class="markdown level1 summary"><p>Creates a new object with the CellClick event arguments.</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="FarPoint_Win_Spread_CellClickEventArgs_ActualColumnLayoutIndex" data-uid="FarPoint.Win.Spread.CellClickEventArgs.ActualColumnLayoutIndex">
          <a class="xref" href="FarPoint.Win.Spread.CellClickEventArgs.ActualColumnLayoutIndex.html#FarPoint_Win_Spread_CellClickEventArgs_ActualColumnLayoutIndex">ActualColumnLayoutIndex</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the actual column index in layout</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_CellClickEventArgs_ActualRowLayoutIndex" data-uid="FarPoint.Win.Spread.CellClickEventArgs.ActualRowLayoutIndex">
          <a class="xref" href="FarPoint.Win.Spread.CellClickEventArgs.ActualRowLayoutIndex.html#FarPoint_Win_Spread_CellClickEventArgs_ActualRowLayoutIndex">ActualRowLayoutIndex</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the actual row index in layout</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_CellClickEventArgs_Button" data-uid="FarPoint.Win.Spread.CellClickEventArgs.Button">
          <a class="xref" href="FarPoint.Win.Spread.CellClickEventArgs.Button.html#FarPoint_Win_Spread_CellClickEventArgs_Button">Button</a>
        </td>
        <td class="markdown level1 summary"><p>Gets which mouse button has been pressed.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_CellClickEventArgs_Cancel" data-uid="FarPoint.Win.Spread.CellClickEventArgs.Cancel">
          <a class="xref" href="FarPoint.Win.Spread.CellClickEventArgs.Cancel.html#FarPoint_Win_Spread_CellClickEventArgs_Cancel">Cancel</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets whether to cancel default processing.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_CellClickEventArgs_Column" data-uid="FarPoint.Win.Spread.CellClickEventArgs.Column">
          <a class="xref" href="FarPoint.Win.Spread.CellClickEventArgs.Column.html#FarPoint_Win_Spread_CellClickEventArgs_Column">Column</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the column index of the cell that is clicked.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_CellClickEventArgs_ColumnFooter" data-uid="FarPoint.Win.Spread.CellClickEventArgs.ColumnFooter">
          <a class="xref" href="FarPoint.Win.Spread.CellClickEventArgs.ColumnFooter.html#FarPoint_Win_Spread_CellClickEventArgs_ColumnFooter">ColumnFooter</a>
        </td>
        <td class="markdown level1 summary"><p>Gets whether the cell that is clicked is in the column footer.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_CellClickEventArgs_ColumnHeader" data-uid="FarPoint.Win.Spread.CellClickEventArgs.ColumnHeader">
          <a class="xref" href="FarPoint.Win.Spread.CellClickEventArgs.ColumnHeader.html#FarPoint_Win_Spread_CellClickEventArgs_ColumnHeader">ColumnHeader</a>
        </td>
        <td class="markdown level1 summary"><p>Gets whether the cell that is clicked is in the column headers.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_CellClickEventArgs_Row" data-uid="FarPoint.Win.Spread.CellClickEventArgs.Row">
          <a class="xref" href="FarPoint.Win.Spread.CellClickEventArgs.Row.html#FarPoint_Win_Spread_CellClickEventArgs_Row">Row</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the row index of the cell that is clicked.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_CellClickEventArgs_RowHeader" data-uid="FarPoint.Win.Spread.CellClickEventArgs.RowHeader">
          <a class="xref" href="FarPoint.Win.Spread.CellClickEventArgs.RowHeader.html#FarPoint_Win_Spread_CellClickEventArgs_RowHeader">RowHeader</a>
        </td>
        <td class="markdown level1 summary"><p>Gets whether the cell that is clicked is in the row headers.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_CellClickEventArgs_View" data-uid="FarPoint.Win.Spread.CellClickEventArgs.View">
          <a class="xref" href="FarPoint.Win.Spread.CellClickEventArgs.View.html#FarPoint_Win_Spread_CellClickEventArgs_View">View</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the view that contains the cell that is clicked.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_CellClickEventArgs_X" data-uid="FarPoint.Win.Spread.CellClickEventArgs.X">
          <a class="xref" href="FarPoint.Win.Spread.CellClickEventArgs.X.html#FarPoint_Win_Spread_CellClickEventArgs_X">X</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the x-coordinate of the pointer position.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_CellClickEventArgs_Y" data-uid="FarPoint.Win.Spread.CellClickEventArgs.Y">
          <a class="xref" href="FarPoint.Win.Spread.CellClickEventArgs.Y.html#FarPoint_Win_Spread_CellClickEventArgs_Y">Y</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the y-coordinate of the pointer position.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
