'Declaration
Public Function GetCellFromPixel( _ ByVal rowViewportIndex As Integer, _ ByVal columnViewportIndex As Integer, _ ByVal x As Integer, _ ByVal y As Integer _ ) As CellRange
'Usage
Dim instance As FpSpread Dim rowViewportIndex As Integer Dim columnViewportIndex As Integer Dim x As Integer Dim y As Integer Dim value As CellRange value = instance.GetCellFromPixel(rowViewportIndex, columnViewportIndex, x, y)
public CellRange GetCellFromPixel( int rowViewportIndex, int columnViewportIndex, int x, int y )
Parameters
- rowViewportIndex
- Index of the row of the viewport
- columnViewportIndex
- Index of the column of the viewport
- x
- X-coordinate of the pointer location
- y
- Y-coordinate of the pointer location