'Declaration
Public Function GetCellReference( _ ByVal x As Integer, _ ByVal y As Integer _ ) As CellReference
'Usage
Dim instance As SheetView Dim x As Integer Dim y As Integer Dim value As CellReference value = instance.GetCellReference(x, y)
public CellReference GetCellReference( int x, int y )
Parameters
- x
- X-coordinate (in pixels) of the pointer location
- y
- Y-coordinate (in pixels) of the pointer location