[]
Gets the row and column indexes of the row header cell at the specified pointer location.
public CellRange GetRowHeaderCellFromPixel(int x, int y)
Public Function GetRowHeaderCellFromPixel(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 | A CellRangeobject. |
Gets the row and column indexes of the row header cell at the specified pointer location.
public CellRange GetRowHeaderCellFromPixel(int rowViewportIndex, int x, int y)
Public Function GetRowHeaderCellFromPixel(rowViewportIndex As Integer, x As Integer, y As Integer) As CellRange
| 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 |
| Type | Description |
|---|---|
| CellRange | A CellRangeobject. |