[]
Gets the row and column indexes of the cell at the specified pointer location.
public CellRange GetCellFromPixel(int rowViewportIndex, int columnViewportIndex, int x, int y)
Public Function GetCellFromPixel(rowViewportIndex As Integer, columnViewportIndex As Integer, x As Integer, y As Integer) As CellRange
Type | Name | Description |
---|---|---|
int | rowViewportIndex | Index of the row of the viewport |
int | columnViewportIndex | Index of the column of the viewport |
int | x | X-coordinate of the pointer location |
int | y | Y-coordinate of the pointer location |
Type | Description |
---|---|
CellRange |