# FarPoint.Win.Spread.CellType.IReservedMouseSupport.GetReservedObject

## Content

<div class="doc-site-dotnet-api-container">



<h1 id="FarPoint_Win_Spread_CellType_IReservedMouseSupport_GetReservedObject_" data-uid="FarPoint.Win.Spread.CellType.IReservedMouseSupport.GetReservedObject*">GetReservedObject Method
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="FarPoint_Win_Spread_CellType_IReservedMouseSupport_GetReservedObject_" data-uid="FarPoint.Win.Spread.CellType.IReservedMouseSupport.GetReservedObject*"></a>
<h4 id="FarPoint_Win_Spread_CellType_IReservedMouseSupport_GetReservedObject_System_Windows_Forms_MouseEventArgs_System_Windows_Forms_Keys_System_Drawing_Rectangle_FarPoint_Win_Spread_SheetView_System_Int32_System_Int32_System_Object_" data-uid="FarPoint.Win.Spread.CellType.IReservedMouseSupport.GetReservedObject(System.Windows.Forms.MouseEventArgs,System.Windows.Forms.Keys,System.Drawing.Rectangle,FarPoint.Win.Spread.SheetView,System.Int32,System.Int32,System.Object)">GetReservedObject(MouseEventArgs, Keys, Rectangle, SheetView, int, int, object)</h4>
<div class="markdown level1 summary"><p>Determines whether the specified cursor location has special meaning to the control.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">object GetReservedObject(MouseEventArgs e, Keys modifiedKeys, Rectangle rc, SheetView sheetView, int row, int column, object value)</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Function GetReservedObject(e As MouseEventArgs, modifiedKeys As Keys, rc As Rectangle, sheetView As SheetView, row As Integer, column As Integer, value As Object) As Object</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.windows.forms.mouseeventargs">MouseEventArgs</a></td>
      <td><span class="parametername">e</span></td>
      <td><p>A <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.forms.mouseeventargs">MouseEventArgs</a> that contains the event data.</p>
</td>
    </tr>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.forms.keys">Keys</a></td>
      <td><span class="parametername">modifiedKeys</span></td>
      <td><p>A <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.forms.keys">Keys</a> value indicates the modified keys.</p>
</td>
    </tr>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.drawing.rectangle">Rectangle</a></td>
      <td><span class="parametername">rc</span></td>
      <td><p>Location and size of a rectangular region.</p>
</td>
    </tr>
    <tr>
      <td><a class="xref" href="FarPoint.Win.Spread.SheetView.html">SheetView</a></td>
      <td><span class="parametername">sheetView</span></td>
      <td><p>The sheet view.</p>
</td>
    </tr>
    <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>An integer value indicates the row index (view index).</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>An integer value indicates the column index (view index).</p>
</td>
    </tr>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object">object</a></td>
      <td><span class="parametername">value</span></td>
      <td><p>Object that contains the cell value.</p>
</td>
    </tr>
  </tbody>
</table>
<h5 class="returns">Returns</h5>
<table class="table table-bordered table-condensed">
  <thead>
    <tr>
      <th>Type</th>
      <th>Description</th>
    </tr>
  </thead>
  <tbody>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object">object</a></td>
      <td><p>The specified cursor location has special meaning to the control.</p>
</td>
    </tr>
  </tbody>
</table>
</div>
