[]
        
(Showing Draft Content)

FarPoint.Win.Spread.SheetView.GetCellReference

GetCellReference Method

GetCellReference(int, int)

Gets the CellReference at the specified pointer location.

Declaration
public CellReference GetCellReference(int x, int y)
Public Function GetCellReference(x As Integer, y As Integer) As CellReference
Parameters
Type Name Description
int x

X-coordinate (in pixels) of the pointer location

int y

Y-coordinate (in pixels) of the pointer location

Returns
Type Description
CellReference

The CellReference at the specified pointer location.