Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / SpreadView Class / GetRowHeaderCellFromPixel Method / GetRowHeaderCellFromPixel(Int32,Int32) Method
X-coordinate (in pixels) of the pointer location
Y-coordinate (in pixels) of the pointer location


In This Topic
    GetRowHeaderCellFromPixel(Int32,Int32) Method
    In This Topic
    Gets the row and column indexes of the row header cell at the specified pointer location.
    Syntax
    'Declaration
     
    
    Public Overloads Function GetRowHeaderCellFromPixel( _
       ByVal x As Integer, _
       ByVal y As Integer _
    ) As CellRange
    'Usage
     
    
    Dim instance As SpreadView
    Dim x As Integer
    Dim y As Integer
    Dim value As CellRange
     
    value = instance.GetRowHeaderCellFromPixel(x, y)
    public CellRange GetRowHeaderCellFromPixel( 
       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