'Declaration
Public Overloads Function GetColumnHeaderCellFromPixel( _ ByVal x As Integer, _ ByVal y As Integer _ ) As CellRange
'Usage
Dim instance As SpreadView Dim x As Integer Dim y As Integer Dim value As CellRange value = instance.GetColumnHeaderCellFromPixel(x, y)
Parameters
- x
- X-coordinate (in pixels) of the pointer location
- y
- Y-coordinate (in pixels) of the pointer location