public CellRange GetColumnHeaderCellFromPixel( int columnViewportIndex, int x, int y )
'Declaration Public Overloads Function GetColumnHeaderCellFromPixel( _ ByVal columnViewportIndex As Integer, _ ByVal x As Integer, _ ByVal y As Integer _ ) As CellRange
'Declaration
Public Overloads Function GetColumnHeaderCellFromPixel( _ ByVal columnViewportIndex As Integer, _ ByVal x As Integer, _ ByVal y As Integer _ ) As CellRange
'Usage Dim instance As SpreadView Dim columnViewportIndex As Integer Dim x As Integer Dim y As Integer Dim value As CellRange value = instance.GetColumnHeaderCellFromPixel(columnViewportIndex, x, y)
'Usage
Dim instance As SpreadView Dim columnViewportIndex As Integer Dim x As Integer Dim y As Integer Dim value As CellRange value = instance.GetColumnHeaderCellFromPixel(columnViewportIndex, x, y)
SpreadView Class SpreadView Members Overload List