Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.CellType Namespace / IReservedMouseSupport Interface / GetReservedObject Method
A System.Windows.Forms.MouseEventArgs that contains the event data.
A System.Windows.Forms.Keys value indicates the modified keys.
Location and size of a rectangular region.
The sheet view.
An integer value indicates the row index (view index).
An integer value indicates the column index (view index).
Object that contains the cell value.


In This Topic
GetReservedObject Method
In This Topic
Determines whether the specified cursor location has special meaning to the control.
Syntax
'Declaration
 
Function GetReservedObject( _
   ByVal e As MouseEventArgs, _
   ByVal modifiedKeys As Keys, _
   ByVal rc As Rectangle, _
   ByVal sheetView As SheetView, _
   ByVal row As Integer, _
   ByVal column As Integer, _
   ByVal value As Object _
) As Object
 
'Usage
 
Dim instance As IReservedMouseSupport
Dim e As MouseEventArgs
Dim modifiedKeys As Keys
Dim rc As Rectangle
Dim sheetView As SheetView
Dim row As Integer
Dim column As Integer
Dim value As Object
Dim value As Object
 
value = instance.GetReservedObject(e, modifiedKeys, rc, sheetView, row, column, value)

Parameters

e
A System.Windows.Forms.MouseEventArgs that contains the event data.
modifiedKeys
A System.Windows.Forms.Keys value indicates the modified keys.
rc
Location and size of a rectangular region.
sheetView
The sheet view.
row
An integer value indicates the row index (view index).
column
An integer value indicates the column index (view index).
value
Object that contains the cell value.
See Also