Spread Windows Forms 18
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / SheetView Class / GetCellReference Method
X-coordinate (in pixels) of the pointer location
Y-coordinate (in pixels) of the pointer location


In This Topic
    GetCellReference Method
    In This Topic
    Gets the CellReference at the specified pointer location.
    Syntax
    '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
    See Also