[]
        
(Showing Draft Content)

FarPoint.Win.Spread.SpreadView.GetRowHeaderCellFromPixel

GetRowHeaderCellFromPixel Method

GetRowHeaderCellFromPixel(int, int)

Gets the row and column indexes of the row header cell at the specified pointer location.

Declaration
public CellRange GetRowHeaderCellFromPixel(int x, int y)
Public Function GetRowHeaderCellFromPixel(x As Integer, y As Integer) As CellRange
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
CellRange

GetRowHeaderCellFromPixel(int, int, int)

Gets the row and column indexes of the row header cell at the specified pointer location.

Declaration
public CellRange GetRowHeaderCellFromPixel(int rowViewportIndex, int x, int y)
Public Function GetRowHeaderCellFromPixel(rowViewportIndex As Integer, x As Integer, y As Integer) As CellRange
Parameters
Type Name Description
int rowViewportIndex

Row index in the viewport

int x

X-coordinate (in pixels) of the pointer location

int y

Y-coordinate (in pixels) of the pointer location

Returns
Type Description
CellRange