[]
Gets the row and column indexes of the cell at the specified pointer location.
public CellRange GetCellFromPixel(int x, int y)
Public Function GetCellFromPixel(x As Integer, y As Integer) As CellRange
Type | Name | Description |
---|---|---|
int | x | X-coordinate (in pixels) of the pointer location |
int | y | Y-coordinate (in pixels) of the pointer location |
Type | Description |
---|---|
CellRange |
Gets the row and column indexes of the cell at the specified pointer location in the view.
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 | Row index in the viewport |
int | columnViewportIndex | Column index in the viewport |
int | x | X-coordinate (in pixels) of the pointer location |
int | y | Y-coordinate (in pixels) of the pointer location |
Type | Description |
---|---|
CellRange |