[]
Determines whether the specified cursor location has special meaning to the control.
object GetReservedObject(MouseEventArgs e, Keys modifiedKeys, Rectangle rc, SheetView sheetView, int row, int column, object value)
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
Type | Name | Description |
---|---|---|
MouseEventArgs | e | A MouseEventArgs that contains the event data. |
Keys | modifiedKeys | A Keys value indicates the modified keys. |
Rectangle | rc | Location and size of a rectangular region. |
SheetView | sheetView | The sheet view. |
int | row | An integer value indicates the row index (view index). |
int | column | An integer value indicates the column index (view index). |
object | value | Object that contains the cell value. |
Type | Description |
---|---|
object | The specified cursor location has special meaning to the control. |